12 lines
178 B
YAML
12 lines
178 B
YAML
version: "2"
|
|
|
|
services:
|
|
vuetest:
|
|
build: .
|
|
command: "yarn serve"
|
|
restart: "no"
|
|
volumes:
|
|
- "${PWD}:/app"
|
|
ports:
|
|
- "3000:8080"
|
|
- "3001:8081"
|