Skip to content
This repository has been archived by the owner on Oct 11, 2018. It is now read-only.

Latest commit

 

History

History
12 lines (8 loc) · 353 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 353 Bytes

A demo of deploying flask app to docker

Test

Deploy

  • Run docker build -t myimage .
  • Run docker run -it -p 5000:80 --name mycontainer myimage
  • Reappare issue#18