We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27c4089 commit 592f9f0Copy full SHA for 592f9f0
dockerfile
@@ -8,4 +8,5 @@ FROM node:10
8
WORKDIR /app
9
COPY ./package*.json ./
10
RUN mkdir node_modules && npm install
11
-RUN npm install --global gatsby-cli && gatsby telemetry --disable
+RUN npm install --g gatsby-cli
12
+npm install
0 commit comments