Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 106 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 106 Bytes

Vue.js Dockerfile template

docker build -t vue:latest .
docker run -d -p 8080:80 vue:latest