mirror of
https://github.com/docker/awesome-compose.git
synced 2025-12-31 03:08:29 +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:
@@ -1,6 +1,8 @@
|
||||
services:
|
||||
web:
|
||||
build: vuejs
|
||||
build:
|
||||
context: vuejs
|
||||
target: development
|
||||
ports:
|
||||
- 8080:8080
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user