Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 200 Bytes

File metadata and controls

11 lines (7 loc) · 200 Bytes

REST APIs Store Project

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"

Nothing here yet!