Skip to content

Commit 592f9f0

Browse files
authored
Update dockerfile
1 parent 27c4089 commit 592f9f0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ FROM node:10
88
WORKDIR /app
99
COPY ./package*.json ./
1010
RUN mkdir node_modules && npm install
11-
RUN npm install --global gatsby-cli && gatsby telemetry --disable
11+
RUN npm install --g gatsby-cli
12+
npm install

0 commit comments

Comments
 (0)