diff options
Diffstat (limited to 'server/docker-start.sh')
| -rwxr-xr-x | server/docker-start.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/docker-start.sh b/server/docker-start.sh index 9fc2e34..34a0e49 100755 --- a/server/docker-start.sh +++ b/server/docker-start.sh @@ -5,4 +5,4 @@ cd /opt/app alembic upgrade head echo "Starting szurubooru API on port ${PORT}" -exec waitress-serve-3 --port ${PORT} szurubooru.facade:app
\ No newline at end of file +exec waitress-serve-3 --port ${PORT} szurubooru.facade:app |