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

Commit 5768bd6

Browse files
Docker: Fix build command
1 parent c66d3a7 commit 5768bd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ 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 \
77
--build-arg APPMODE=$APPMODE \
88
--build-arg APPENV=$APPENV .
99

0 commit comments

Comments
 (0)