We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bd5842 commit b852c5bCopy full SHA for b852c5b
docker/Dockerfile
@@ -8,8 +8,6 @@ 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
15
-CMD yarn start
+CMD yarn start
0 commit comments