Include goose in Docker builds

This commit is contained in:
Neil Alexander 2020-10-19 19:07:34 +01:00
parent 53577b6c0f
commit 355fb6e9f0
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944

View file

@ -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