🗃️ Committing everything that changed 🗃️

Dockerfile
rootfs/usr/local/bin/entrypoint.sh
rootfs/usr/local/etc/docker/functions/entrypoint.sh
This commit is contained in:
casjay
2024-08-01 14:54:27 -04:00
parent bc45da19b8
commit b9aa71f65d
3 changed files with 146 additions and 51 deletions

View File

@@ -235,6 +235,6 @@ VOLUME [ "/config","/data" ]
EXPOSE ${ENV_PORTS}
CMD [ "start","all" ]
CMD [ "tail","-f","/dev/null" ]
ENTRYPOINT [ "tini","--","/usr/local/bin/entrypoint.sh" ]
HEALTHCHECK --start-period=10m --interval=5m --timeout=15s CMD [ "/usr/local/bin/entrypoint.sh", "healthcheck" ]