pushed
zhengqunkoo/caddybox • 1:59 AM - Apr 6, 2020
This updates the Dockerfile to expose both 8080 and 8443 instead of only 8080. The change makes the container's intended HTTP and HTTPS ports explicit, which is especially useful when running as a non-root user and avoiding privileged ports like 80/443. In practice, deployments and local testing should now work more cleanly for TLS-enabled setups.