Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 287 Bytes

File metadata and controls

19 lines (12 loc) · 287 Bytes

Routes Example App

Run app:

uv sync

# source .venv/bin/activate

gunicorn app:app -w 4 -k uvicorn.workers.UvicornWorker

Build and run Docker image:

docker build -t shiny-for-py/routes-app:1.0.0 .

docker run --rm -p 3333:3333 shiny-for-py/routes-app:1.0.0