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

Commit f5c5ac9

Browse files
committed
indent issue
1 parent 42f145f commit f5c5ac9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.sh

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
set -eo pipefail
33
APP_NAME=$1
44
UPDATE_CACHE=""
5+
echo "" > docker/api.env
56
docker-compose -f docker/docker-compose.yml build $APP_NAME
67
docker create --name app $APP_NAME:latest
78

0 commit comments

Comments
 (0)