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:
workstand:
build:
context: ./Dockerfile
context: .
command: "bash -c 'npm run watch & python manage.py runserver 0.0.0.0:8000'"
ports:
- "8000:8000"