mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-02-18 21:38:58 +00:00
12 lines
176 B
JSON
12 lines
176 B
JSON
{
|
|
"name": "Git Based Dockerfile",
|
|
"build": {
|
|
"build_pack": "dockerfile"
|
|
},
|
|
"network": {
|
|
"ports": {
|
|
"expose": "80"
|
|
}
|
|
}
|
|
}
|