Run dev server on same port so auto-reload works

This commit is contained in:
Michael Jackson 2018-07-17 23:58:43 -07:00
parent caffd0efc8
commit cb577b5d84
1 changed files with 2 additions and 1 deletions

View File

@ -17,6 +17,7 @@ services:
environment:
- CACHE_URL=redis://data:6379
- DATA_URL=redis://data:6379
- PORT=8080
volumes:
- .:/app
- /app/node_modules
@ -25,7 +26,7 @@ services:
networks:
- localnet
ports:
- "8080:5000"
- "8080:8080"
worker:
build: .