Move all samples to the root dir
Signed-off-by: Anca Iordache <anca.iordache@docker.com>
This commit is contained in:
9
vuejs/docker-compose.yaml
Normal file
9
vuejs/docker-compose.yaml
Normal file
@@ -0,0 +1,9 @@
|
||||
version: "3.7"
|
||||
services:
|
||||
web:
|
||||
build: vuejs
|
||||
ports:
|
||||
- 80:8080
|
||||
volumes:
|
||||
- ./vuejs:/project
|
||||
- /project/node_modules
|
||||
Reference in New Issue
Block a user