Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 217 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 217 Bytes

How to run this project

build docker container

docker build -t <initial-name>/simpleweb .

run docker with specifying port | container port mapping

docker run -p 5001:5001 <initial-name>/simpleweb