34115dcd3c
Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
10 lines
164 B
YAML
10 lines
164 B
YAML
services:
|
|
web:
|
|
build:
|
|
context: vuejs
|
|
target: dev-envs
|
|
ports:
|
|
- 8080:8080
|
|
volumes:
|
|
- /var/run/docker.sock:/var/run/docker.sock
|