This commit is contained in:
hailin 2025-05-16 16:02:37 +08:00
parent ac85175490
commit ae2abfdda4
1 changed files with 0 additions and 2 deletions

View File

@ -327,8 +327,6 @@ sed -i "s/^#*\\s*listen_addresses\\s*=.*/listen_addresses = '\''0.0.0.0'\''/" \"
RUN mkdir -p /var/run/postgresql && chown postgres:postgres /var/run/postgresql
COPY supervisord.conf ./etc/
COPY start-postgres.sh /supabase/postgres
RUN chmod 0755 /supabase/postgres/start-postgres.sh
#ENTRYPOINT ["docker-entrypoint.sh"]