/flask-todo

A TODO applicaton built via flask

Primary LanguagePython

ToDo Application

To Run App in Docker

  1. Checkout Dockerfile. It is created by following this tutorial.
  2. I have changed it to accomodate latest version of ununtu and python3
  3. To build docker image docker build -t todo-flask:latest .
  4. To run the docker container docker run -it -p 5000:8888 todo-flask