Create coolify.json

This commit is contained in:
Andras Bacsai
2024-10-08 13:13:34 +02:00
committed by GitHub
parent 33a1f0e307
commit d73e3e10a9

9
nodejs/coolify.json Normal file
View File

@@ -0,0 +1,9 @@
{
"build_pack": "nixpacks",
"base_directory": "/nodejs",
"publish_directory": "/",
"ports_exposes": "3000",
"settings": {
"is_static": false
}
}