Fix entrypoint

This commit is contained in:
zontreck 2024-09-05 22:56:19 -07:00
parent 15ef1d47aa
commit 7d75e0668b

View file

@ -44,5 +44,5 @@ STOPSIGNAL SIGINT
COPY --chown=container:container ./entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
ENTRYPOINT ["/usr/bin/bash", "-g", "--"]
ENTRYPOINT ["/usr/bin/tini", "-g", "--"]
CMD ["/entrypoint.sh"]