Skip to content

Commit

Permalink
alterações nos comandos do docker no makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
thisiscleverson committed Apr 9, 2024
1 parent 592d92d commit 93dc28d
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,6 +14,6 @@ build:
docker compose up --build

deploy:
docker-compose down \
docker-compose pull \
docker-compose up -d
docker compose down \
docker compose pull \
docker compose up -d

0 comments on commit 93dc28d

Please sign in to comment.