1
0
mirror of https://github.com/fspc/workstand.git synced 2025-02-23 09:13:23 -05:00

Correct build context

This commit is contained in:
Drew Larson 2016-12-30 22:37:10 -06:00
parent 01195c8a08
commit 3bc355bab0

View File

@ -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"