Skip to content

Latest commit

 

History

History
13 lines (5 loc) · 230 Bytes

README.md

File metadata and controls

13 lines (5 loc) · 230 Bytes

If developing, start dev server with python routes.py

If pulling from docker repo:

docker pull rad1206/docker-flask
docker build -t docker-flask:latest .
docker run -d -p 5000:5000 docker-flask