f716bfb382
Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
9 lines
165 B
YAML
9 lines
165 B
YAML
services:
|
|
web:
|
|
build:
|
|
context: app
|
|
target: dev-envs
|
|
ports:
|
|
- '8000:8000'
|
|
volumes:
|
|
- /var/run/docker.sock:/var/run/docker.sock |