Angular Docker
This project shows how to dockerize React CLI application
Requirements
- 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
Edit Configuration
On WebStorm toolbar ‘Edit Configuration’ choose Docker > Dockerfile, and fill in below:
Run Docker
And then Run ‘Dockerfile’ configuration, on ‘Service’ tab you’ll see new container created
Test on Browser
The Vue application will run on your http://localhost:4200