Compare commits

..

No commits in common. "1c2fdf6349f0f77d039970c52208c44304bd88bc" and "23c1b08798005b6f5683a2caf2c7f526c8312d98" have entirely different histories.

View File

@ -7,7 +7,7 @@ COPY . .
RUN make build
WORKDIR /go
RUN tar cfz go-src.tgz src && du -sh *
RUN tar cvfz go-src.tgz src && du -sh *
# this container doesn't do anything except hold the build artifact
# and make sure it compiles.