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