Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 308 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 308 Bytes

Ride2Rail Categorizer

Building

From the repository base directory:

docker build -t r2r/api:latest .

Running

This will run the API and auto-reload it if the python files get modified:

docker run -d --name r2r-app -p 5000:80 -v $(pwd):/app r2r/api:latest /start-reload.sh