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