Skip to content

Commit b852c5b

Browse files
committed
Revert "root file fix"
This reverts commit 23ab113.
1 parent 2bd5842 commit b852c5b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docker/Dockerfile

+1-3
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ 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
1311
RUN yarn install
1412

15-
CMD yarn start
13+
CMD yarn start

0 commit comments

Comments
 (0)