We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f12af9 commit 2262223Copy full SHA for 2262223
Dockerfile
@@ -9,7 +9,7 @@ WORKDIR /src
9
# If you are building your code for production
10
# RUN npm ci --only=production
11
12
-COPY ./package*.json /src/package*.json
+COPY ./package*.json /src/
13
14
RUN npm install
15
0 commit comments