mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-25 07:43:10 -06:00
Include goose in Docker builds
This commit is contained in:
parent
53577b6c0f
commit
355fb6e9f0
|
|
@ -6,6 +6,7 @@ ARG component=monolith
|
||||||
ENV entrypoint=${component}
|
ENV entrypoint=${component}
|
||||||
|
|
||||||
COPY --from=base /build/bin/${component} /usr/bin
|
COPY --from=base /build/bin/${component} /usr/bin
|
||||||
|
COPY --from=base /build/bin/goose /usr/bin
|
||||||
|
|
||||||
VOLUME /etc/dendrite
|
VOLUME /etc/dendrite
|
||||||
WORKDIR /etc/dendrite
|
WORKDIR /etc/dendrite
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue