Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ How to use the template:
6. Install and sync all the project and development dependencies.
```shell
make install
make sync
```
7. The Gherkin Feature files, step files and pytest files go in `tests` directory:
```
Expand Down
8 changes: 8 additions & 0 deletions run-app.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/usr/bin/env bash

python3 \
/app/.venv/bin/gunicorn \
--bind 0.0.0.0:8080 \
--worker-tmp-dir /dev/shm \
-k uvicorn.workers.UvicornWorker \
app:app