Start-Command für Production hinzufügen
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
|
||||
echo "Running database seed..."
|
||||
npm run db:seed
|
||||
|
||||
echo "Starting server..."
|
||||
exec node .output/server/index.mjs
|
||||
Reference in New Issue
Block a user