We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9d76183 + 838f096 commit da7ff2bCopy full SHA for da7ff2b
docker/Dockerfile
@@ -8,6 +8,8 @@ COPY . /challenge-api
8
WORKDIR /challenge-api
9
10
# Install the dependencies from package.json
11
-RUN HOME=$(pwd) yarn install
+RUN mkdir -p /yarncache
12
+ENV YARN_CACHE_FOLDER=/yarncache
13
+RUN yarn install
14
15
CMD yarn start
0 commit comments