mirror of
https://github.com/lingble/twenty.git
synced 2025-11-01 21:27:58 +00:00
5 lines
160 B
Bash
Executable File
5 lines
160 B
Bash
Executable File
#!/bin/sh
|
|
export PG_DATABASE_URL=postgres://twenty:twenty@$PG_DATABASE_HOST:$PG_DATABASE_PORT/default
|
|
yarn prisma:migrate
|
|
yarn database:setup
|
|
node dist/src/main |