This repository has been archived on 2024-04-29. You can view files and clone it, but cannot push or open issues or pull requests.
vuetest/docker-compose.yml

13 lines
178 B
YAML
Raw Normal View History

2019-01-11 10:57:03 +00:00
version: "2"
services:
vuetest:
build: .
command: "yarn serve"
restart: "no"
volumes:
- "${PWD}:/app"
ports:
- "3000:8080"
- "3001:8081"