Skip to content

Commit

Permalink
change the docker compose command format
Browse files Browse the repository at this point in the history
  • Loading branch information
silentworks committed Aug 16, 2024
1 parent b50819c commit cbbcd06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ clean_infra:

stop_infra:
cd infra &&\
docker-compose down --remove-orphans
docker compose down --remove-orphans

sync_infra:
python scripts/gh-download.py --repo=supabase/gotrue-js --branch=master --folder=infra
Expand Down

0 comments on commit cbbcd06

Please sign in to comment.