Skip to content

Commit

Permalink
Update docker-compose to "docker compose"
Browse files Browse the repository at this point in the history
  • Loading branch information
srijan55 authored Aug 22, 2024
1 parent 52bf36e commit 5ccfdc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/mockstac
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ if [[ "${BASH_SOURCE[0]}" == "${0}" ]]; then
if [[ "${1:-}" == "--help" ]]; then
usage
else
docker-compose up mockstac && docker-compose rm -fs
docker compose up mockstac && docker-compose rm -fs
fi
fi

0 comments on commit 5ccfdc9

Please sign in to comment.