Skip to content

Commit 80879fe

Browse files
committed
Revert "Yarn cache issue due to root file system security"
This reverts commit 5dfc970.
1 parent 5dfc970 commit 80879fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/Dockerfile

Lines changed: 2 additions & 2 deletions
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 HOME=$(pwd) yarn install
11+
RUN yarn install
1212

13-
CMD yarn start
13+
CMD yarn start

0 commit comments

Comments
 (0)