Unverified Commit 82d6ca8e authored by Donald Haase's avatar Donald Haase Committed by GitHub
Browse files

Update docker-compose.yml

Whoops, forgot 'run'
parent f0eff855
......@@ -10,5 +10,4 @@ services:
- ./:/home/node/app
ports:
- "3000:3000"
command: "npm start:local"
command: "npm run start:local"
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment