Skip to content

Commit 143a789

Browse files
authored
Merge pull request #634 from topcoder-platform/enable-ecs-containers-readonly-access
fix: enable ecs-containers-readonly-access and update docker cmd
2 parents 8e5895c + 18cd0b8 commit 143a789

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ install_dependency: &install_dependency
1313
install_deploysuite: &install_deploysuite
1414
name: Installation of install_deploysuite.
1515
command: |
16-
git clone --branch v1.4.14 https://github.com/topcoder-platform/tc-deploy-scripts ../buildscript
16+
git clone --branch v1.4.15 https://github.com/topcoder-platform/tc-deploy-scripts ../buildscript
1717
cp ./../buildscript/master_deploy.sh .
1818
cp ./../buildscript/buildenv.sh .
1919
cp ./../buildscript/awsconfiguration.sh .

docker/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ WORKDIR /challenge-api
1010
# Install the dependencies from package.json
1111
RUN yarn install
1212

13-
CMD yarn start
13+
CMD node /challenge-api/app.js

0 commit comments

Comments
 (0)