🗃️ 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:57:33 -04:00
parent 21de7deea5
commit 2d506ad12d
3 changed files with 151 additions and 53 deletions

View File

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