mirror of
https://github.com/kovetskiy/mark.git
synced 2025-04-23 21:32:41 +08:00
make docker image more suitable for ci
This commit is contained in:
parent
25875438dc
commit
3fa9362cd8
@ -6,8 +6,7 @@ RUN make get
|
||||
RUN make build
|
||||
|
||||
FROM alpine:latest
|
||||
RUN apk --no-cache add ca-certificates bash
|
||||
RUN apk --no-cache add ca-certificates bash git
|
||||
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