Skip to content

Commit

Permalink
Atualiza o arquivo /bin/run com o comando docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
naanadr committed Oct 21, 2024
1 parent f44d1c5 commit 3b3733e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/run
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/sh
docker-compose run --rm $([ $# -eq 0 ] && echo --service-ports) web $@
docker compose run --rm $([ $# -eq 0 ] && echo --service-ports) web $@

0 comments on commit 3b3733e

Please sign in to comment.