🗃️ Committing everything that changed 🗃️

This commit is contained in:
casjay 2022-10-07 18:47:24 -04:00
parent 8c883141e1
commit f9f7849a82
No known key found for this signature in database
GPG Key ID: 4F765975C1F0EE5F

View File

@ -32,5 +32,5 @@ WORKDIR /data/htdocs
EXPOSE 19065
HEALTHCHECK CMD [ "/usr/local/bin/entrypoint-gohttpserver.sh", "healthcheck" ]
HEALTHCHECK --interval=15s --timeout=3s CMD [ "/usr/local/bin/entrypoint-gohttpserver.sh", "healthcheck" ]
ENTRYPOINT [ "/usr/local/bin/entrypoint-gohttpserver.sh"]