awesome-compose/vuejs/compose.yaml
Guillaume Lours 34115dcd3c
add configuration to use vuejs sample with Docker Dev Environments feature (#253)
Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
2022-07-12 12:13:43 +02:00

11 lines
172 B
YAML

services:
web:
build:
context: vuejs
target: development
ports:
- 8080:8080
volumes:
- ./vuejs:/project
- /project/node_modules