This commit is contained in:
parent
ac85175490
commit
ae2abfdda4
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Reference in New Issue