packagiezed

This commit is contained in:
2019-11-08 04:35:27 -08:00
parent ca30e650b4
commit 7eab8504f0
9 changed files with 63 additions and 44 deletions

View File

@@ -10,7 +10,7 @@ RUN tar cvfz go-src.tgz src && du -sh *
FROM alpine
COPY --from=builder /go/src/github.com/sneak/merp/merp /bin/merp
COPY --from=builder /go/src/github.com/sneak/merp/cmd/merp/merp /bin/merp
# put the source in there too for safekeeping
COPY --from=builder /go/go-src.tgz /usr/local/src/go-src.tgz