mirror of
https://github.com/ajnart/homarr.git
synced 2026-02-03 13:19:17 +01:00
💚 Add db migration and fix build errors
This commit is contained in:
@@ -1,4 +1,10 @@
|
||||
#!/bin/sh
|
||||
|
||||
echo "Exporting hostname..."
|
||||
export NEXTAUTH_URL_INTERNAL="http://$HOSTNAME:7575"
|
||||
|
||||
echo "Pushing database changes..."
|
||||
npx prisma db push --skip-generate
|
||||
|
||||
echo "Starting production server..."
|
||||
node /app/server.js
|
||||
Reference in New Issue
Block a user