From d49406fec1ef547ae3929596838bdc7d4fbdf6d2 Mon Sep 17 00:00:00 2001 From: ayashosha Date: Wed, 29 Jul 2026 14:09:57 +0000 Subject: [PATCH] Update .ghaymah.json --- .ghaymah.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.ghaymah.json b/.ghaymah.json index 4ca67ff..e0ca90c 100644 --- a/.ghaymah.json +++ b/.ghaymah.json @@ -13,8 +13,14 @@ "domain": "auto" }, "resourceTier": "t1", + "build": { + "dockerfile": "q1-deploy-monitor/Dockerfile", + "context": "q1-deploy-monitor" + }, "container": { "image": "docker.io/your-username/nodeapp:production", "pullSecretName": "" } } + +