File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed
Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ description:
44 ' This chapter will teach you even more stuff and help you learn some new
55 concepts.'
66prev : /chapter1
7- next : null
7+ next : /chapter3
88type : chapter
99id : 2
1010---
Original file line number Diff line number Diff line change 1+ ---
2+ title : ' Chapter 3: Trying more things '
3+ description :
4+ ' This chapter will teach you even more stuff and help you learn some new
5+ concepts.'
6+ prev : /chapter2
7+ next : null
8+ type : chapter
9+ id : 3
10+ ---
Original file line number Diff line number Diff line change @@ -7,5 +7,6 @@ FROM node:10
77# Add the package.json file and build the node_modules folder
88WORKDIR /app
99COPY ./package*.json ./
10- RUN mkdir node_modules && npm install
10+ RUN mkdir node_modules
1111RUN npm install --g gatsby-cli
12+ RUN npm install
You can’t perform that action at this time.
0 commit comments