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

Commit c66d3a7

Browse files
Docker: Added missing --build-arg
1 parent 7fd90c3 commit c66d3a7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ APP_NAME=$1
44
UPDATE_CACHE=""
55

66
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)