diff --git a/dockerfile/coolify.json b/dockerfile/coolify.json new file mode 100644 index 0000000..8881285 --- /dev/null +++ b/dockerfile/coolify.json @@ -0,0 +1,14 @@ +{ + "name": "Pure Dockerfile", + "build": { + "build_pack": "dockerfile", + "dockerfile": { + "content": "FROM nginx:latest" + } + }, + "network": { + "ports": { + "expose": "80" + } + } +}