Skip to content

Commit

Permalink
fix passing bin from previous image
Browse files Browse the repository at this point in the history
  • Loading branch information
kovetskiy committed Jan 7, 2020
1 parent f52b060 commit 6a66bd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

0 comments on commit 6a66bd3

Please sign in to comment.