🗃️ Committing everything that changed 🗃️

This commit is contained in:
casjay 2022-10-07 18:48:18 -04:00
parent 417415e621
commit 10fb6bbdf6
No known key found for this signature in database
GPG Key ID: 4F765975C1F0EE5F

View File

@ -47,7 +47,7 @@ EXPOSE $PORT
COPY --from=build /. /
HEALTHCHECK CMD ["/usr/local/bin/entrypoint-ssl-ca.sh", "healthcheck"]
HEALTHCHECK --interval=15s --timeout=3s CMD ["/usr/local/bin/entrypoint-ssl-ca.sh", "healthcheck"]
ENTRYPOINT ["/usr/local/bin/entrypoint-ssl-ca.sh"]