trying to fix issue involving .env on coolify

This commit is contained in:
root 2025-03-10 21:39:15 -05:00
parent 2f2dbdbb96
commit 96f4c29d16

View file

@ -15,4 +15,4 @@ commands = [
]
[start]
cmd = "node .output/server/index.mjs"
cmd = "source .env && node .output/server/index.mjs"