Skip to content

Commit 23ab113

Browse files
authored
root file fix
1 parent 9960278 commit 23ab113

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docker/Dockerfile

+3-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ COPY . /challenge-api
88
WORKDIR /challenge-api
99

1010
# Install the dependencies from package.json
11+
RUN mkdir -p /yarncache
12+
ENV YARN_CACHE_FOLDER=/yarncache
1113
RUN yarn install
1214

13-
CMD yarn start
15+
CMD yarn start

0 commit comments

Comments
 (0)