Files
coolify-examples/dockerfile/coolify.json
2025-02-11 11:10:55 +01:00

12 lines
176 B
JSON

{
"name": "Git Based Dockerfile",
"build": {
"build_pack": "dockerfile"
},
"network": {
"ports": {
"expose": "80"
}
}
}