Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 157 Bytes

CONTRIBUTING.md

File metadata and controls

7 lines (5 loc) · 157 Bytes

CONTRIBUTING

How to run the Dockerfile locally

docker run -dp 5000:5000 --mount type=bind,src=$(pwd),target=/app IMAGE-NAME sh -c "flask run"