We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8e5895c + 18cd0b8 commit 143a789Copy full SHA for 143a789
.circleci/config.yml
@@ -13,7 +13,7 @@ install_dependency: &install_dependency
13
install_deploysuite: &install_deploysuite
14
name: Installation of install_deploysuite.
15
command: |
16
- git clone --branch v1.4.14 https://github.com/topcoder-platform/tc-deploy-scripts ../buildscript
+ git clone --branch v1.4.15 https://github.com/topcoder-platform/tc-deploy-scripts ../buildscript
17
cp ./../buildscript/master_deploy.sh .
18
cp ./../buildscript/buildenv.sh .
19
cp ./../buildscript/awsconfiguration.sh .
docker/Dockerfile
@@ -10,4 +10,4 @@ WORKDIR /challenge-api
10
# Install the dependencies from package.json
11
RUN yarn install
12
-CMD yarn start
+CMD node /challenge-api/app.js
0 commit comments