diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index 0ddc326..45dc9cd 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -59,5 +59,5 @@ jobs: script: | cd any-fashion-gin-clean-code git pull - docker-compose down # Stop running containers - docker-compose up -d --build # Recreate and start containers + docker compose down # Stop running containers + docker compose up -d --build # Recreate and start containers