Skip to content

Commit 5dfc970

Browse files
authored
Yarn cache issue due to root file system security
Yarn cache issue due to root file system security
1 parent bf5849a commit 5dfc970

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)