diff --git a/Dockerfile b/Dockerfile index 9953445..96dce66 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"]