This project shows how to dockerize web application build using Vue JS web development framework for Java Script programming language.
- WebStorm IDE - you need to install WebStorm on your Windows machine
- Docker Desktop - you need to install Docker Desktop for Windows
- NodeJS Service - you need to install Node.JS ver 16.10.0
- NodeJS Image - you need to pull node:16.10.0 image from Docker Hub
On WebStorm toolbar 'Edit Configuration' choose Docker > Dockerfile, and fill in below:
And then Run 'Dockerfile' configuration, on 'Service' tab you'll see new container created
The Vue application will run on your http://localhost:8080