From e97496e09d61c1c0c9788e0dfaeea2f2cde7b215 Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Fri, 2 Jul 2021 14:16:33 +0200 Subject: fix entrypoint --- app/postgres/build/postgres/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'app/postgres') diff --git a/app/postgres/build/postgres/Dockerfile b/app/postgres/build/postgres/Dockerfile index e0a39a2..f4b36c1 100644 --- a/app/postgres/build/postgres/Dockerfile +++ b/app/postgres/build/postgres/Dockerfile @@ -11,4 +11,5 @@ RUN make && chmod +x /stolon/bin/* FROM postgres:13.3-buster COPY --from=builder /stolon/bin /usr/local/bin -ENTRYPOINT ["/bin/bash"] +ENTRYPOINT [] +CMD ["/bin/bash"] -- cgit v1.2.3