Skip to content

Commit 2d31906

Browse files
Update build.sh
1 parent 47f84f0 commit 2d31906

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
echo "" > docker/api.env
6-
docker build -f docker/Dockerfile -t $APP_NAME:latest
6+
docker build -f docker/Dockerfile -t $APP_NAME:latest .
77
docker create --name app $APP_NAME:latest
88

99
if [ -d node_modules ]

0 commit comments

Comments
 (0)