Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 11f906f

Browse files
authored
Merge pull request #35 from topcoder-platform/fix-build-config
Fix build config
2 parents c07b138 + 5768bd6 commit 11f906f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ set -eo pipefail
33
APP_NAME=$1
44
UPDATE_CACHE=""
55

6-
docker build -f docker/Dockerfile -t $APP_NAME:latest .
6+
docker build -f docker/Dockerfile -t $APP_NAME:latest \
7+
--build-arg APPMODE=$APPMODE \
8+
--build-arg APPENV=$APPENV .
79

810
docker create --name app $APP_NAME:latest
911

0 commit comments

Comments
 (0)