Skip to content

Commit

Permalink
chore: update makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
migbash committed Feb 8, 2023
1 parent b91de3f commit 6b36920
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 @@ -13,7 +13,7 @@ log-listen:
update-scores-web:
echo 'Updating PROD Scores Web container...'
git pull origin main
# -docker rm $$(docker stop $$(docker ps -a -q --filter="name=scores_scores_web_1" --format="{{.ID}}"))
# -docker rm $(docker stop $(docker ps -a -q --filter="name=betarena_about_scores_web_1" --format="{{.ID}}"))
# -docker rmi $$(docker images -q scores_web)
# -docker rmi $$(docker images --filter "dangling=true" -q --no-trunc)
# docker-compose -f docker-compose.yml up -d
Expand Down

0 comments on commit 6b36920

Please sign in to comment.