mirror of
https://github.com/linuxserver/docker-heimdall.git
synced 2026-02-21 03:40:31 +09:00
run migrate on restart
This commit is contained in:
@@ -17,6 +17,9 @@ if [ ! -f "/config/env" ]; then
|
||||
cd /app/heimdall
|
||||
npm run db:migrate
|
||||
npm run db:seed
|
||||
else
|
||||
cd /app/heimdall
|
||||
npm run db:migrate
|
||||
fi
|
||||
|
||||
# permissions
|
||||
|
||||
Reference in New Issue
Block a user