mirror of
https://github.com/p-stream/backend.git
synced 2026-04-19 02:22:06 +00:00
trying to fix issue involving .env on coolify
This commit is contained in:
parent
2f2dbdbb96
commit
96f4c29d16
1 changed files with 1 additions and 1 deletions
|
|
@ -15,4 +15,4 @@ commands = [
|
|||
]
|
||||
|
||||
[start]
|
||||
cmd = "node .output/server/index.mjs"
|
||||
cmd = "source .env && node .output/server/index.mjs"
|
||||
|
|
|
|||
Loading…
Reference in a new issue