Skip to content

Commit 40d64d5

Browse files
authored
update from meeting
1 parent a04de55 commit 40d64d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ services:
55
context: .
66
dockerfile: Dockerfile
77
working_dir: /app
8-
command: gatsby develop -H 0.0.0.0
8+
command: npm install
99
ports:
1010
- "8000:8000"
1111
volumes:
1212
- .:/app
13-
- /app/node_modules/
13+
- /app/node_modules/

0 commit comments

Comments
 (0)