Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 141 Bytes

File metadata and controls

7 lines (5 loc) · 141 Bytes

CONTRIBUTING

How to run the Dockerfile locally

docker run -dp 5000:5000 -w /app -v "$(pwd):/app" IMAGE_NAME sh -c "flask run"