Start-Command für Production hinzufügen
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
|
||||
echo "Running database migration..."
|
||||
npm run db:migrate
|
||||
|
||||
echo "Running database seed..."
|
||||
npm run db:seed
|
||||
|
||||
|
||||
Reference in New Issue
Block a user