Skip to content

millerbinbin/dp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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