Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 167 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 167 Bytes

3D_Web_App

Run with docker

Building the image

docker build -t {image name} .

Runing the container

docker run -d -p 8080:80 {image name} .