kanmigbajobi / docker_python_flask

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker_python_flask

How to run

  1. docker build -t dockerpython .
  2. docker run -p 5000:5000 dockerpython

Note: dockerpython can be replaced with any name.

About


Languages

Language:Dockerfile 63.2%Language:Python 36.8%