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