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

Commit 05a1b10

Browse files
committed
circleci changes
1 parent 4d198e4 commit 05a1b10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builddocker.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
set -eo pipefail
33
APP_NAME=$1
44
UPDATE_CACHE=""
5-
echo "" > docker/api.env
5+
#echo "" > docker/api.env
66
#docker-compose -f docker/docker-compose.yml build $APP_NAME
77
docker build -t $APP_NAME:latest .
88
docker create --name app $APP_NAME:latest

0 commit comments

Comments
 (0)