Create coolify.json

This commit is contained in:
Andras Bacsai
2025-02-11 10:28:01 +01:00
committed by GitHub
parent f688ed1cad
commit 1fc5d41b05

14
dockerfile/coolify.json Normal file
View File

@@ -0,0 +1,14 @@
{
"name": "Pure Dockerfile",
"build": {
"build_pack": "dockerfile",
"dockerfile": {
"content": "FROM nginx:latest"
}
},
"network": {
"ports": {
"expose": "80"
}
}
}