Drop Dockerfile HEALTHCHECK (OrbStack engine doesn't run it; sat in 'starting' forever)

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Parley Hatch 2026-05-31 18:25:15 -06:00
parent 8da71f3781
commit bba0a06a71

View file

@ -10,8 +10,4 @@ COPY index.html style.css script.js /usr/share/nginx/html/
EXPOSE 80 EXPOSE 80
# Liveness probe for `docker ps` / orchestration.
HEALTHCHECK --interval=30s --timeout=3s --start-period=5s --retries=3 \
CMD wget -q -O /dev/null http://localhost/ || exit 1
CMD ["nginx", "-g", "daemon off;"] CMD ["nginx", "-g", "daemon off;"]