Skip to content

Commit 295f753

Browse files
author
hayley
committed
first commit
1 parent ef76255 commit 295f753

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

chapters/chapter2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description:
44
'This chapter will teach you even more stuff and help you learn some new
55
concepts.'
66
prev: /chapter1
7-
next: null
7+
next: /chapter3
88
type: chapter
99
id: 2
1010
---

chapters/chapter3.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
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+
---

dockerfile

Lines changed: 2 additions & 1 deletion
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)