fix(apps/Docker): Missing arg for build:prod (#17231)
This commit is contained in:
parent
ea37443cca
commit
2c81ccaea4
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue