mirror of
https://github.com/documize/community.git
synced 2025-07-19 13:19:43 +02:00
Update Dockerfile
This commit is contained in:
parent
826f6d96a6
commit
bfe4c5d768
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ RUN cd /go/src/github.com/documize/community && \
|
||||||
|
|
||||||
# build release image
|
# build release image
|
||||||
FROM alpine:3.10
|
FROM alpine:3.10
|
||||||
|
RUN apk update && apk add ca-certificates && rm -rf /var/cache/apk/*
|
||||||
COPY --from=builder /go/src/github.com/documize/community/bin/documize-community-linux-amd64 /documize
|
COPY --from=builder /go/src/github.com/documize/community/bin/documize-community-linux-amd64 /documize
|
||||||
EXPOSE 5001
|
EXPOSE 5001
|
||||||
ENTRYPOINT [ "/documize" ]
|
ENTRYPOINT [ "/documize" ]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue