We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9960278 commit 23ab113Copy full SHA for 23ab113
docker/Dockerfile
@@ -8,6 +8,8 @@ COPY . /challenge-api
8
WORKDIR /challenge-api
9
10
# Install the dependencies from package.json
11
+RUN mkdir -p /yarncache
12
+ENV YARN_CACHE_FOLDER=/yarncache
13
RUN yarn install
14
-CMD yarn start
15
+CMD yarn start
0 commit comments