We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef76255 commit 3b066b3Copy full SHA for 3b066b3
dockerfile
@@ -7,5 +7,6 @@ FROM node:10
7
# Add the package.json file and build the node_modules folder
8
WORKDIR /app
9
COPY ./package*.json ./
10
-RUN mkdir node_modules && npm install
+RUN mkdir node_modules
11
RUN npm install --g gatsby-cli
12
+RUN npm install
0 commit comments