🗃️ 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:55:05 -04:00
parent af5cceb2cf
commit 17dda63736
3 changed files with 149 additions and 51 deletions

View File

@@ -238,6 +238,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" ]