clean up docker build
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
2020-10-04 14:32:06 -07:00
parent d9f4ba437f
commit 1d84fac678
4 changed files with 57 additions and 7 deletions

View File

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