* Edited Dockerfile of Docker(Nginx) deployment doc
Edited `Dockerfile` section of https://cli.vuejs.org/guide/deployment.html#docker-nginx
As shown in [Vue v2 cookbook](https://vuejs.org/v2/cookbook/dockerize-vuejs-app.html) copying `package*.json` initially and running `npm install` in a separate step allows caching and reduces time elapsed during Docker build. Also the difference between the two docs will be reduced and be less confusing to those who end up with both of them.
* node version to latest
(cherry picked from commit 69f7145b02)
* Updated for Zeit Now V2
* Fixed styling issue
* Added additional hint for router mode set to history
* Update docs/guide/deployment.md
Co-Authored-By: Natalia Tepluhina <NataliaTepluhina@users.noreply.github.com>
(cherry picked from commit 55dc287936)
* feat: deprecate confusing `baseUrl` option, use `publicPath` instead.
* fix: do not touch CHANGELOG.md
* docs: links referring baseUrl now changed to publicPath
* Instructions about History Pushstate in Netlify
Included instructions for users that use `History Pushstate mode` on Vue Router and run application on Netlify.
* Update docs/guide/deployment.md
Co-Authored-By: hmaesta <hmaesta@gmail.com>