chore: Adds lom with basic commands parsing.
This commit is contained in:
parent
7c1e26b150
commit
3a773e5b9b
10 changed files with 451 additions and 10 deletions
|
@ -1,4 +1,7 @@
|
|||
#!/bin/bash
|
||||
export NODE_ENV="production"
|
||||
export DATABASE_URL="postgresql://$POSTGRES_USERNAME:$POSTGRES_PASSWORD@nextnet-postgres:5432/$POSTGRES_DB?schema=nextnet"
|
||||
|
||||
echo "Welcome to NextNet."
|
||||
echo "Running database migrations..."
|
||||
npx prisma migrate deploy
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue