Skip to content

Commit

Permalink
update docker compose command call
Browse files Browse the repository at this point in the history
  • Loading branch information
silentworks committed Aug 2, 2024
1 parent 2adcd7f commit 41cefcf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ tests_only:

run_infra:
cd infra &&\
docker-compose down &&\
docker-compose up -d
docker compose down &&\
docker compose up -d

clean_infra:
cd infra &&\
docker-compose down --remove-orphans &&\
docker compose down --remove-orphans &&\
docker system prune -a --volumes -f

sync_infra:
Expand Down

0 comments on commit 41cefcf

Please sign in to comment.