Update 'Dockerfile'
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Jeffrey Paul 2020-02-05 08:48:53 +00:00
parent 4f654a9423
commit b9d23b1e2c
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ COPY . .
RUN make build
WORKDIR /go
RUN tar cvfz go-src.tgz src && du -sh *
RUN tar cfj go-src.tbz2 src && du -sh *
# this container doesn't do anything except hold the build artifact
# and make sure it compiles.
@ -17,7 +17,7 @@ FROM alpine
COPY --from=builder /go/src/git.eeqj.de/sneak/feta/feta /bin/feta
# put the source in there too for safekeeping
COPY --from=builder /go/go-src.tgz /usr/local/src/go-src.tgz
COPY --from=builder /go/go-src.tbz2 /usr/local/src/go-src.tbz2
CMD /bin/feta