danshaman05 / my-assistant

Simple webpage where you can find nearest Bratislava city's bus/tram info and SHMU.sk Aladin and Radar.
0 stars 0 forks source link

My assistant (web-app)

How to run (locally)

using Flask development server:

flask --app run.py run

using Gunicorn:

gunicorn run:app

Build and run (via Docker)

Build:

docker build -t my-assistant:1.0 .

Run a container with name "production":

docker run --name production -p 8000:8000 my-assistant:1.0