From 1fc5d41b05ef2fe9b3c5ec7f547a0b2e58ed54d3 Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Tue, 11 Feb 2025 10:28:01 +0100 Subject: [PATCH] Create coolify.json --- dockerfile/coolify.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 dockerfile/coolify.json 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" + } + } +}