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

Commit 3be699f

Browse files
committed
circleci integration
1 parent 93e3d65 commit 3be699f

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
#docker-compose -f docker/docker-compose.yml build $APP_NAME
6-
docker build -f ECSDockerfile -t $APP_NAME:latest .
6+
docker build -f docker/ECSDockerfile -t $APP_NAME:latest .
77
docker create --name app $APP_NAME:latest
88

99
if [ -d node_modules ]

0 commit comments

Comments
 (0)