Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 155 Bytes

CONTRIBUTING.md

File metadata and controls

7 lines (5 loc) · 155 Bytes

CONTRIBUTING

How to run the Dockerfile locally

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