Update Docker build scripts and production Dockerfile for improved environment configuration
This commit is contained in:
@@ -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 .
|
||||
|
||||
Reference in New Issue
Block a user