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:
parent
01195c8a08
commit
3bc355bab0
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user