foxfiles/entry.sh

4 lines
101 B
Bash
Raw Normal View History

2024-02-11 16:49:15 +01:00
#!/bin/sh
source .env
poetry run gunicorn --workers=${WORKERS:-2} --bind=0.0.0.0:8000 'foxfiles:app'