tjdests/run.sh
Krishnan Shankar d52e0f77f3
feat: make setup easier (#225)
* feat: add run.sh and deploy.sh scripts for Director

* feat: add prod defaults to secret.sample.py
2024-02-09 22:44:19 -06:00

4 lines
71 B
Bash
Executable File

#!/bin/sh
pipenv run gunicorn -b $HOST:$PORT --workers 4 tjdests.wsgi