middlewares all now have the same signature
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2020-09-30 01:12:59 -07:00
parent 7bf1aee60f
commit 5526397247
5 changed files with 21 additions and 15 deletions

View File

@@ -26,7 +26,7 @@ RUN go mod download
COPY ./ ./
#RUN make lint
RUN make build
RUN make httpd
RUN go mod vendor
RUN tar -c . | bzip2 > /src.tbz2