Skip to content

Commit 8e5895c

Browse files
authored
Merge pull request #633 from topcoder-platform/root-file-system-access-fix
Root file system access fix
2 parents da7ff2b + b852c5b commit 8e5895c

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
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 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
1717
cp ./../buildscript/master_deploy.sh .
1818
cp ./../buildscript/buildenv.sh .
1919
cp ./../buildscript/awsconfiguration.sh .

docker/Dockerfile

+1-3
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ COPY . /challenge-api
88
WORKDIR /challenge-api
99

1010
# Install the dependencies from package.json
11-
RUN mkdir -p /yarncache
12-
ENV YARN_CACHE_FOLDER=/yarncache
1311
RUN yarn install
1412

15-
CMD yarn start
13+
CMD yarn start

0 commit comments

Comments
 (0)