mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
server/docker: use Alpine-based image for space savings
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
#!/bin/sh
|
||||
#!/usr/bin/dumb-init /bin/sh
|
||||
set -e
|
||||
cd /opt/app
|
||||
|
||||
alembic upgrade head
|
||||
|
||||
echo "Starting szurubooru API on port ${PORT}"
|
||||
exec waitress-serve --port ${PORT} szurubooru.facade:app
|
||||
exec waitress-serve-3 --port ${PORT} szurubooru.facade:app
|
Reference in New Issue
Block a user