Update entrypoint for Docker
Signed-off-by: Shin'ya Minazuki <shinyoukai@laidback.moe>
This commit is contained in:
parent
cb883f14b8
commit
559f43b02a
1 changed files with 2 additions and 2 deletions
|
|
@ -2,8 +2,8 @@
|
|||
|
||||
set -eux
|
||||
|
||||
funkwhale-manage collectstatic --noinput
|
||||
funkwhale-manage migrate
|
||||
funquail-manage collectstatic --noinput
|
||||
funquail-manage migrate
|
||||
|
||||
# shellcheck disable=SC2086
|
||||
exec gunicorn config.asgi:application \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue