diff --git a/Dockerfile b/Dockerfile index ae1e335..da443c7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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/