mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2025-11-29 17:38:24 +08:00
fix(apps/Docker): Missing arg for build:prod (#17231)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user