mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
server/facade: integrated elasticsearch wait into entrypoint
This commit is contained in:
@ -25,7 +25,6 @@ RUN \
|
||||
echo "#!/bin/sh" >> /init && \
|
||||
echo "set -e" >> /init && \
|
||||
echo "cd /opt/app" >> /init && \
|
||||
echo "./wait-for-es" >> /init && \
|
||||
echo "alembic upgrade head" >> /init && \
|
||||
echo "exec waitress-serve --port ${PORT} szurubooru.facade:app" \
|
||||
>> /init && \
|
||||
|
Reference in New Issue
Block a user