Skip to content

Commit 79c161a

Browse files
committed
Update README
1 parent 0ac04a7 commit 79c161a

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

routes_example_app/README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Routes Example App
22

3+
Run app:
4+
35
```bash
6+
uv sync
7+
8+
# source .venv/bin/activate
9+
410
gunicorn app:app -w 4 -k uvicorn.workers.UvicornWorker
5-
```
11+
```
12+
13+
Build and run Docker image:
14+
15+
```bash
16+
docker build -t shiny-for-py/routes-app:1.0.0 .
17+
18+
docker run --rm -p 3333:3333 shiny-for-py/routes-app:1.0.0
19+
```

0 commit comments

Comments
 (0)