From d699adeda6a5d4e8dc7b53d6fc3e490d5dceeca3 Mon Sep 17 00:00:00 2001 From: Bharath Date: Thu, 17 Oct 2024 11:46:11 +0530 Subject: [PATCH] Added instructions to build mantis container locally --- setup/docker/docker-compose.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/setup/docker/docker-compose.yml b/setup/docker/docker-compose.yml index 25a95d1e..465c6171 100644 --- a/setup/docker/docker-compose.yml +++ b/setup/docker/docker-compose.yml @@ -1,5 +1,10 @@ services: mantis: + # When testing local changes, uncomment the following commented lines and comment out "image" + # This will build the mantis container locally instead of pulling from GHRC + #build: + # dockerfile: Dockerfile + # context: ../../ image: ghcr.io/phonepe/mantis:latest container_name: mantis restart: on-failure