|
|
@@ -19,3 +19,9 @@ yarn build --report |
|
|
|
``` |
|
|
|
|
|
|
|
For detailed explanation on how things work, checkout the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader). |
|
|
|
|
|
|
|
## Run via docker |
|
|
|
|
|
|
|
`docker-compose up` will build an image with all dependencies, then bind the root directory to the container |
|
|
|
|
|
|
|
`docker build . -f Dockerfile.production` will create an image with all project minified, optimized and served via nginx |