fix passing bin from previous image

This commit is contained in:
Egor Kovetskiy 2020-01-07 16:06:32 +03:00
parent f52b060b64
commit 6a66bd353a

View File

@ -7,7 +7,7 @@ RUN make build
FROM alpine:latest
RUN apk --no-cache add ca-certificates bash
COPY --from=0 /go/src/mark/mark /bin/
COPY --from=0 /go/src/github.com/kovetskiy/mark/mark /bin/
RUN mkdir -p /docs
WORKDIR /docs
ENTRYPOINT ["/bin/mark"]