Skip to content

Commit

Permalink
Added instructions to build mantis container locally
Browse files Browse the repository at this point in the history
  • Loading branch information
0xbharath committed Oct 17, 2024
1 parent 00080ba commit d699ade
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions setup/docker/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit d699ade

Please sign in to comment.