Skip to content

Commit

Permalink
fix(apps/Docker): Missing arg for build:prod (azerothcore#17231)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldelago authored Sep 10, 2023
1 parent ea37443 commit 2c81cca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/docker/docker-cmd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ while [[ $# -gt 0 ]]; do

build:prod|prod:build)
set -x
docker compose --profile build
docker compose --profile prod build
docker image prune -f
set +x
shift
Expand Down

0 comments on commit 2c81cca

Please sign in to comment.