fix(apps/Docker): Missing arg for build:prod (#17231)

This commit is contained in:
Mike Delago
2023-09-10 15:24:36 -04:00
committed by GitHub
parent ea37443cca
commit 2c81ccaea4

View File

@@ -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