summaryrefslogtreecommitdiff
path: root/server/docker-start.sh
blob: 34a0e4980307d27a4da4a00c8161d688880f363b (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}"
exec waitress-serve-3 --port ${PORT} szurubooru.facade:app