🐛 Fix database for docker container

This commit is contained in:
Manuel
2023-08-23 22:18:31 +02:00
parent c06905bfd0
commit 4a04725aaf
3 changed files with 6 additions and 1 deletions

View File

@@ -4,7 +4,6 @@ echo "Exporting hostname..."
export NEXTAUTH_URL_INTERNAL="http://$HOSTNAME:7575"
echo "Pushing database changes..."
npm config set update-notifier false
prisma db push --skip-generate
echo "Starting production server..."