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

Commit 380c860

Browse files
[skip ci]
1 parent 33eafdf commit 380c860

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

build.sh

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
#!/bin/bash
2+
set -eo pipefail
3+
APP_NAME=$1
4+
UPDATE_CACHE=""
5+
6+
docker build -f docker/Dockerfile -t $APP_NAME:latest \
7+
--build-arg APPMODE=$APPMODE \
8+
--build-arg APPENV=$APPENV .

0 commit comments

Comments
 (0)