🗃️ Committing everything that changed 🗃️

This commit is contained in:
casjay
2022-10-07 18:47:24 -04:00
parent 8c883141e1
commit f9f7849a82

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"]