Skip to content

Commit 3b066b3

Browse files
author
hayley
committed
removing chapters
1 parent ef76255 commit 3b066b3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@ FROM node:10
77
# Add the package.json file and build the node_modules folder
88
WORKDIR /app
99
COPY ./package*.json ./
10-
RUN mkdir node_modules && npm install
10+
RUN mkdir node_modules
1111
RUN npm install --g gatsby-cli
12+
RUN npm install

0 commit comments

Comments
 (0)