From 97785e9dc0baee01956e5b14d8b5d980aba64e36 Mon Sep 17 00:00:00 2001 From: hailin Date: Fri, 16 May 2025 23:52:40 +0800 Subject: [PATCH] . --- Dockerfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 2b9955d..f07f14b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -323,7 +323,7 @@ RUN mkdir -p /var/run/postgresql && chown postgres:postgres /var/run/postgresql COPY supervisord.conf ./etc/ COPY wrapper.sh /supabase/postgres/ -#ENTRYPOINT ["docker-entrypoint.sh"] +ENTRYPOINT ["docker-entrypoint.sh"] HEALTHCHECK --interval=2s --timeout=2s --retries=10 CMD pg_isready -U postgres -h localhost STOPSIGNAL SIGINT @@ -344,7 +344,7 @@ ENV LC_ALL en_US.UTF-8 ENV LC_CTYPE=C.UTF-8 ENV LC_COLLATE=C.UTF-8 ENV LOCALE_ARCHIVE /usr/lib/locale/locale-archive -#CMD ["postgres", "-D", "/etc/postgresql"] +CMD ["postgres", "-D", "/etc/postgresql"] @@ -496,6 +496,6 @@ ENV PATH="${PATH}:/nix/var/nix/profiles/default/bin" EXPOSE 5432 -ENTRYPOINT ["/usr/bin/supervisord"] +# ENTRYPOINT ["/usr/bin/supervisord"] -CMD ["-c", "/etc/supervisord.conf"] \ No newline at end of file +# CMD ["-c", "/etc/supervisord.conf"] \ No newline at end of file