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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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