Skip to content

Commit

Permalink
update from meeting
Browse files Browse the repository at this point in the history
  • Loading branch information
hfboyce authored Feb 12, 2020
1 parent a04de55 commit 40d64d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ services:
context: .
dockerfile: Dockerfile
working_dir: /app
command: gatsby develop -H 0.0.0.0
command: npm install
ports:
- "8000:8000"
volumes:
- .:/app
- /app/node_modules/
- /app/node_modules/

0 comments on commit 40d64d5

Please sign in to comment.