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 3b2a089 commit 37135a8Copy full SHA for 37135a8
locale/en/docs/guides/nodejs-docker-webapp.md
@@ -102,7 +102,7 @@ note that if you are using `npm` version 5 or later you will also want to copy
102
# Install app dependencies
103
COPY package.json .
104
# For npm@5 or later, copy package-lock.json as well
105
-# COPY package.json package-lock.json .
+# COPY package.json package-lock.json ./
106
107
RUN npm install
108
```
@@ -146,7 +146,7 @@ WORKDIR /usr/src/app
146
147
148
149
150
151
152
0 commit comments