mirror of
https://github.com/matrix-org/dendrite.git
synced 2026-01-16 18:43:10 -06:00
dendrite-zion.yaml added into the docker image (#965)
This PR adds the dendrite-zion.yaml into the production docker image for dendrite
This commit is contained in:
parent
6d6c85aadc
commit
dcf838c3b2
|
|
@ -21,6 +21,8 @@ LABEL org.opencontainers.image.licenses="Apache-2.0"
|
|||
|
||||
COPY --from=base /build/bin/* /usr/bin/
|
||||
|
||||
COPY --from=base /build/dendrite-zion.yaml /usr/config/dendrite-zion.yaml
|
||||
|
||||
VOLUME /etc/dendrite
|
||||
WORKDIR /etc/dendrite
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue