mirror of
https://github.com/docker/awesome-compose.git
synced 2025-11-22 08:24:28 +01:00
add configuration to use vuejs sample with Docker Dev Environments feature (#253)
Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
This commit is contained in:
9
vuejs/.docker/docker-compose.yaml
Normal file
9
vuejs/.docker/docker-compose.yaml
Normal file
@@ -0,0 +1,9 @@
|
||||
services:
|
||||
web:
|
||||
build:
|
||||
context: vuejs
|
||||
target: dev-envs
|
||||
ports:
|
||||
- 8080:8080
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
Reference in New Issue
Block a user