Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 232 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 232 Bytes

Randomic Rabbit

Docker container to run websocket in a Flask app.

To run the app locally install docker then:

docker build --rm -f "Dockerfile" -t randomic_rabbit:latest .
docker run --rm -d randomic_rabbit:latest