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": "" } } + +