Skip to content

Commit

Permalink
seems like "expired" is a valid status if not connected to IDE
Browse files Browse the repository at this point in the history
  • Loading branch information
joecorall authored Feb 7, 2025
1 parent edcf62c commit b77f11e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code-server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -100,4 +100,4 @@ RUN sed -i "/nginx:x:100:101:nginx:\/var\/lib\/nginx:\/sbin\/nologin/cnginx:x:10
chmod a=r,u+w /etc/sudo.conf && \
cleanup.sh

HEALTHCHECK CMD curl -s http://localhost:8443/healthz | jq -re .status | grep alive
HEALTHCHECK CMD curl -s http://localhost:8443/healthz | jq -re .status

0 comments on commit b77f11e

Please sign in to comment.