We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf5849a commit 5dfc970Copy full SHA for 5dfc970
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