summaryrefslogtreecommitdiff
path: root/server/docker-start.sh
blob: eebef1c7774d269a55b0e5682a6102330c8db4a2 (plain)
1
2
3
4
5
6
7
8
#!/usr/bin/dumb-init /bin/sh
set -e
cd /opt/app

alembic upgrade head

echo "Starting szurubooru API on port ${PORT} - Running on ${THREADS} threads"
exec waitress-serve-3 --port ${PORT} --threads ${THREADS} szurubooru.facade:app