add wal_acceptor binary to docker image

This commit is contained in:
Stas Kelvich
2021-06-11 23:26:58 +03:00
parent c3011359ab
commit 2b66049b21

View File

@@ -81,6 +81,7 @@ FROM alpine:3.13
RUN apk add --update openssl build-base
RUN apk --no-cache --update --repository https://dl-cdn.alpinelinux.org/alpine/edge/testing add rocksdb
COPY --from=build /zenith/target/release/pageserver /usr/local/bin
COPY --from=build /zenith/target/release/wal_acceptor /usr/local/bin
COPY --from=pg-build /zenith/tmp_install /usr/local
COPY docker-entrypoint.sh /docker-entrypoint.sh