File tree 2 files changed +2
-4
lines changed
2 files changed +2
-4
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 dev https://github.com/topcoder-platform/tc-deploy-scripts ../buildscript
16
+ git clone --branch v1.4.14 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 @@ -8,8 +8,6 @@ COPY . /challenge-api
8
8
WORKDIR /challenge-api
9
9
10
10
# Install the dependencies from package.json
11
- RUN mkdir -p /yarncache
12
- ENV YARN_CACHE_FOLDER=/yarncache
13
11
RUN yarn install
14
12
15
- CMD yarn start
13
+ CMD yarn start
You can’t perform that action at this time.
0 commit comments