mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-02-18 21:38:58 +00:00
Create coolify.json
This commit is contained in:
14
dockerfile/coolify.json
Normal file
14
dockerfile/coolify.json
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
{
|
||||||
|
"name": "Pure Dockerfile",
|
||||||
|
"build": {
|
||||||
|
"build_pack": "dockerfile",
|
||||||
|
"dockerfile": {
|
||||||
|
"content": "FROM nginx:latest"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"network": {
|
||||||
|
"ports": {
|
||||||
|
"expose": "80"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user