set to autostart

This commit is contained in:
Bernhard Radermacher
2026-02-19 10:12:30 +01:00
parent 9f3e12e9d9
commit 8418e0544e

View File

@@ -150,11 +150,9 @@ COPY docker-entrypoint.sh docker-ensure-initdb.sh /usr/local/bin/
RUN ln -sT docker-ensure-initdb.sh /usr/local/bin/docker-enforce-initdb.sh
ENTRYPOINT ["/bin/bash"]
ENTRYPOINT ["docker-entrypoint.sh"]
#ENTRYPOINT ["docker-entrypoint.sh"]
#
#STOPSIGNAL SIGINT
#
#EXPOSE 5432
#CMD ["postgres"]
STOPSIGNAL SIGINT
EXPOSE 5432
CMD ["postgres"]