mirror of
https://github.com/twentyhq/twenty.git
synced 2024-12-26 05:24:04 +03:00
4 lines
140 B
Bash
Executable File
4 lines
140 B
Bash
Executable File
#!/bin/sh
|
|
export PG_DATABASE_URL=postgres://twenty:twenty@$PG_DATABASE_HOST:$PG_DATABASE_PORT/default
|
|
yarn database:setup
|
|
node dist/src/main |