This commit is contained in:
2019-11-11 15:11:38 -08:00
parent aedf25f17d
commit 6c6c0e9bdb
7 changed files with 112 additions and 26 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/cmd/merp/merp /bin/merp
COPY --from=builder /go/src/github.com/sneak/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