diff --git a/.circleci/config.yml b/.circleci/config.yml index 5e41ee80..92df7673 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -13,7 +13,7 @@ install_dependency: &install_dependency install_deploysuite: &install_deploysuite name: Installation of install_deploysuite. command: | - 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 cp ./../buildscript/master_deploy.sh . cp ./../buildscript/buildenv.sh . cp ./../buildscript/awsconfiguration.sh . diff --git a/docker/Dockerfile b/docker/Dockerfile index 89879a2c..7edc492e 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -10,4 +10,4 @@ WORKDIR /challenge-api # Install the dependencies from package.json RUN yarn install -CMD yarn start \ No newline at end of file +CMD node /challenge-api/app.js