We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0412721 commit 124148aCopy full SHA for 124148a
1 file changed
Dockerfile
@@ -53,7 +53,7 @@ USER appuser
53
# Pre-warm Jac bytecode cache as appuser (avoids cold-start recompilation at runtime)
54
RUN python -c "import jaclang" || true
55
56
-EXPOSE 8000 9601
+EXPOSE 8000 9601 9602
57
58
# Health check
59
HEALTHCHECK --interval=30s --timeout=10s --start-period=60s --retries=5 \
0 commit comments