We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47f84f0 commit 2d31906Copy full SHA for 2d31906
build.sh
@@ -3,7 +3,7 @@ set -eo pipefail
3
APP_NAME=$1
4
UPDATE_CACHE=""
5
echo "" > docker/api.env
6
-docker build -f docker/Dockerfile -t $APP_NAME:latest
+docker build -f docker/Dockerfile -t $APP_NAME:latest .
7
docker create --name app $APP_NAME:latest
8
9
if [ -d node_modules ]
0 commit comments