Update Docker build scripts and production Dockerfile for improved environment configuration

This commit is contained in:
Schneider Roland
2025-03-08 10:25:29 +01:00
parent 0a85108186
commit 156658f3fa
2 changed files with 11 additions and 12 deletions

View File

@@ -9,4 +9,4 @@ echo "build image ${TAG} from folder ${PROJECT_ROOT}"
cd $PROJECT_ROOT
docker build -t $TAG .
docker build --build-arg NODE_ENV=production -t $TAG .