awesome-compose/vuejs/compose.yaml
Guillaume Lours 9008507c60
add configuration to use vuejs sample with Docker Dev Environments feature
Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
2022-07-05 14:53:38 +02:00

11 lines
172 B
YAML

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