The PR https://github.com/twentyhq/twenty/pull/11400 introduced changes to the execution permissions of many executable files. These changes aren't correct and must be reverted. cc. @charlesBochet
4 lines
146 B
Bash
Executable File
4 lines
146 B
Bash
Executable File
#!/bin/sh
|
|
export PG_DATABASE_URL=postgres://postgres:postgres@$PG_DATABASE_HOST:$PG_DATABASE_PORT/default
|
|
node dist/src/queue-worker/queue-worker
|