Deploying Static HTML Website With Docker
In a previous blog, I created a static website for The Bucket Game in this blog I am deploying that static web page on docker.
To deploy, first I need to create a Docker Image that contains index.html.
Here nginx is used as a base image for creating ...
samyakvaidya.hashnode.dev1 min read