foxfiles/entry.sh

3 lines
101 B
Bash
Executable file

#!/bin/sh
source .env
poetry run gunicorn --workers=${WORKERS:-2} --bind=0.0.0.0:8000 'foxfiles:app'