mirror of
https://github.com/casjaysdevdocker/lenpaste
synced 2025-12-01 10:13:40 -05:00
🐳 Updated Dockerfile* and .env.scripts* 🐳
Some checks failed
release-tag / release-image (push) Failing after 14m4s
Some checks failed
release-tag / release-image (push) Failing after 14m4s
Dockerfile
This commit is contained in:
@@ -254,5 +254,5 @@ VOLUME [ "/config","/data" ]
|
|||||||
|
|
||||||
EXPOSE ${SERVICE_PORT} ${ENV_PORTS}
|
EXPOSE ${SERVICE_PORT} ${ENV_PORTS}
|
||||||
|
|
||||||
ENTRYPOINT [ "tini","--","/usr/local/bin/entrypoint.sh", "start" ]
|
ENTRYPOINT [ "tini","--","/usr/local/bin/entrypoint.sh" ]
|
||||||
HEALTHCHECK --start-period=10m --interval=5m --timeout=15s CMD [ "/usr/local/bin/entrypoint.sh", "healthcheck" ]
|
HEALTHCHECK --start-period=10m --interval=5m --timeout=15s CMD [ "/usr/local/bin/entrypoint.sh", "healthcheck" ]
|
||||||
|
|||||||
Reference in New Issue
Block a user