mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-24 07:13:09 -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}
|
||||
|
||||
COPY --from=base /build/bin/${component} /usr/bin
|
||||
COPY --from=base /build/bin/goose /usr/bin
|
||||
|
||||
VOLUME /etc/dendrite
|
||||
WORKDIR /etc/dendrite
|
||||
|
|
|
|||
Loading…
Reference in a new issue