🗃️ Committing everything that changed 🗃️

This commit is contained in:
casjay 2022-09-07 10:01:35 -04:00
parent 92aba6a197
commit d2ecefde27
No known key found for this signature in database
GPG Key ID: 4F765975C1F0EE5F
2 changed files with 2 additions and 1 deletions

BIN
.Dockerfile.swp Normal file

Binary file not shown.

View File

@ -52,6 +52,7 @@ EXPOSE 1-65535
WORKDIR /data/htdocs WORKDIR /data/htdocs
VOLUME [ "/data", "/config" ] VOLUME [ "/data", "/config" ]
ENTRYPOINT [ "tini", "--" ]
HEALTHCHECK CMD ["/usr/local/bin/entrypoint-caddy.sh", "healthcheck"] HEALTHCHECK CMD ["/usr/local/bin/entrypoint-caddy.sh", "healthcheck"]
ENTRYPOINT ["/usr/local/bin/entrypoint-caddy.sh"] ENTRYPOINT ["/usr/local/bin/entrypoint-caddy.sh"]