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:
parent
8da71f3781
commit
bba0a06a71
1 changed files with 0 additions and 4 deletions
|
|
@ -10,8 +10,4 @@ COPY index.html style.css script.js /usr/share/nginx/html/
|
|||
|
||||
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;"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue