mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-14 12:07:46 +02:00
build(docker): run automatic database migration in entrypoint
This commit is contained in:
parent
3419369af0
commit
c94bd7cf81
1 changed files with 3 additions and 0 deletions
|
|
@ -194,5 +194,8 @@ fi
|
|||
echo "Using config:"
|
||||
cat /opt/castopod/.env
|
||||
|
||||
cd /opt/castopod
|
||||
php spark castopod:database-update
|
||||
|
||||
/usr/sbin/crond -f /crontab.txt -L /dev/stdout &
|
||||
/usr/local/sbin/php-fpm
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue