🗃️ Fixed: rootfs/usr/local/etc/docker/functions/entrypoint.sh 🗃️

Dockerfile
.gitea/
rootfs/usr/local/bin/entrypoint.sh
rootfs/usr/local/etc/docker/functions/entrypoint.sh
This commit is contained in:
casjay
2024-07-29 17:55:07 -04:00
parent 9ec224aef0
commit 1c6ed0ae83
4 changed files with 411 additions and 229 deletions

View File

@@ -235,4 +235,4 @@ EXPOSE ${ENV_PORTS}
CMD [ "start", "all" ]
ENTRYPOINT [ "tini", "--", "/usr/local/bin/entrypoint.sh" ]
HEALTHCHECK --start-period=1m --interval=2m --timeout=3s CMD [ "/usr/local/bin/entrypoint.sh", "healthcheck" ]
HEALTHCHECK --start-period=10m --interval=5m --timeout=15s CMD [ "/usr/local/bin/entrypoint.sh", "healthcheck" ]