mirror of
https://github.com/kovetskiy/mark.git
synced 2025-06-08 07:22:40 +08:00
fix passing bin from previous image
This commit is contained in:
parent
f52b060b64
commit
6a66bd353a
@ -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"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user