Skip to content

Commit 9d76183

Browse files
authored
Merge pull request #631 from topcoder-platform/root-file-system-access-fix
Yarn cache issue due to root file system security
2 parents e6f897f + 5dfc970 commit 9d76183

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/Dockerfile

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

1010
# Install the dependencies from package.json
11-
RUN yarn install
11+
RUN HOME=$(pwd) yarn install
1212

13-
CMD yarn start
13+
CMD yarn start

0 commit comments

Comments
 (0)