Browse Source

Correct build context

feature/python-error-tracking
Drew Larson 8 years ago
parent
commit
3bc355bab0
  1. 2
      docker-compose.dev.yml

2
docker-compose.dev.yml

@ -2,7 +2,7 @@ version: "2"
services: services:
workstand: workstand:
build: build:
context: ./Dockerfile context: .
command: "bash -c 'npm run watch & python manage.py runserver 0.0.0.0:8000'" command: "bash -c 'npm run watch & python manage.py runserver 0.0.0.0:8000'"
ports: ports:
- "8000:8000" - "8000:8000"

Loading…
Cancel
Save