mirror of
https://github.com/twentyhq/twenty.git
synced 2024-12-19 01:21:30 +03:00
42af74eb46
* Build for arm and amd * Add scripts * Add scripts
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 |