Skip to content

Commit 124148a

Browse files
authored
fix: Add missing port 9602 to Dockerfile EXPOSE directive
1 parent 0412721 commit 124148a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ USER appuser
5353
# Pre-warm Jac bytecode cache as appuser (avoids cold-start recompilation at runtime)
5454
RUN python -c "import jaclang" || true
5555

56-
EXPOSE 8000 9601
56+
EXPOSE 8000 9601 9602
5757

5858
# Health check
5959
HEALTHCHECK --interval=30s --timeout=10s --start-period=60s --retries=5 \

0 commit comments

Comments
 (0)