File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ install_dependency: &install_dependency
13
13
install_deploysuite : &install_deploysuite
14
14
name : Installation of install_deploysuite.
15
15
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
17
17
cp ./../buildscript/master_deploy.sh .
18
18
cp ./../buildscript/buildenv.sh .
19
19
cp ./../buildscript/awsconfiguration.sh .
Original file line number Diff line number Diff line change @@ -10,4 +10,4 @@ WORKDIR /challenge-api
10
10
# Install the dependencies from package.json
11
11
RUN yarn install
12
12
13
- CMD yarn start
13
+ CMD node /challenge-api/app.js
You can’t perform that action at this time.
0 commit comments