Skip to content

Commit

Permalink
DEBUG: add debug tag to make pprof work
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy5189 committed Sep 27, 2024
1 parent 1b2587b commit 85073de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN set -x \

RUN mkdir -p /opt/banjax
COPY ./ /opt/banjax/
RUN cd /opt/banjax && go test && go build
RUN cd /opt/banjax && go test && go build -o banjax -tags debug

RUN mkdir -p /etc/banjax
COPY ./banjax-config.yaml /etc/banjax/
Expand Down

0 comments on commit 85073de

Please sign in to comment.