A Sample Dockerfile (UI App) using nginx server
This Dockerfile is a multi-stage build that is used to build and deploy a Node.js application with a NGINX web server in a container. This file has 2 stages : This stage uses a Node.js base image (starts with a Node.js 14.15.4 base image) to set up the build environment for the application. Sets t. . . Read more
…