mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-02-19 05:48:58 +00:00
15 lines
249 B
JSON
15 lines
249 B
JSON
{
|
|
"name": "Pure Dockerfile",
|
|
"build": {
|
|
"build_pack": "dockerfile",
|
|
"dockerfile": {
|
|
"content": "FROM nginx:latest"
|
|
}
|
|
},
|
|
"network": {
|
|
"ports": {
|
|
"expose": "80"
|
|
}
|
|
}
|
|
}
|