Content reference from Stranger Things Wiki Page
-
Download the source folder
-
Build image from Dockerfile
#docker build -t image_name .
-
Run static web content with docker run command
#docker run -d -p 8080:8080 image_name
-
On Web Browser
Content reference from Stranger Things Wiki Page
Download the source folder
Build image from Dockerfile
#docker build -t image_name .
Run static web content with docker run command
#docker run -d -p 8080:8080 image_name
On Web Browser