TrilonIO / aspnetcore-Vue-starter

*NEW* Asp.net Core & Vue.js (ES6) SPA Starter kit - Vuex, webpack, Web API, Docker, and more! By @TrilonIO
https://www.trilon.io
MIT License
1.22k stars 266 forks source link

Added docker file to enable the project to run in a docker image #95

Closed hamidshahid closed 6 years ago

hamidshahid commented 6 years ago

Hi, thanks for the template. I am looking to run the web application in a docker image and have created a generic Dockerfile for the project. the resulting image would run the web application in a slim alpine container.

MarkPieszak commented 6 years ago

This is great @hamidshahid Thank you!!