Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 322 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 322 Bytes

dp

Build Status

Build Status

Running on Host

  • Enter the "main" folder and execute "python web.py"

Running on Docker

docker build -t dp-img ./
docker run --name dp-express -p 18080:8080 dp-img -d