remove sleep inf in postgresql to replace with start command

This commit is contained in:
2024-10-28 19:23:04 +01:00
parent ac99fe5fed
commit 13e1578b20

View File

@ -24,4 +24,5 @@ RUN sh /root/setup.sh
EXPOSE 5432
STOPSIGNAL SIGKILL
ENTRYPOINT ["/bin/sh","/root/start.sh"]
ENTRYPOINT ["pg_ctlcluster", "13", "main", "start", "--foreground"]
#ENTRYPOINT ["/bin/sh","/root/start.sh"]