Skip to content

Commit

Permalink
Revert "add dockerfile, update installation instructions in README"
Browse files Browse the repository at this point in the history
This reverts commit 8075dc4.
  • Loading branch information
timmyichen committed Oct 19, 2019
1 parent e9f9853 commit cf502e5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 11 deletions.
9 changes: 0 additions & 9 deletions Dockerfile

This file was deleted.

8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,13 @@ We will focus on building an open API first. Then developers can use the API to

Requirements: Docker, internet access

Run the following command:
Install dependencies:

```
npm install
```

Start the server:

```
docker-compose up
Expand Down
3 changes: 2 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
version: '3'
services:
app:
build: .
image: node:10-alpine
command: 'npm run dev'
volumes:
- .:/usr/chapter/
working_dir: /usr/chapter/
ports:
- '8000:8000'

0 comments on commit cf502e5

Please sign in to comment.