mirror of
https://github.com/twentyhq/twenty.git
synced 2024-12-19 01:21:30 +03:00
5 lines
160 B
Bash
5 lines
160 B
Bash
|
#!/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
|