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 ebe2c8e commit 2ba3f25Copy full SHA for 2ba3f25
Dockerfile
@@ -74,4 +74,6 @@ COPY --from=0 /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.
74
75
COPY --from=0 /browser/zig-out/bin/lightpanda /bin/lightpanda
76
77
-CMD ["/bin/lightpanda", "--host", "0.0.0.0", "--port", "3245"]
+EXPOSE 9222/tcp
78
+
79
+CMD ["/bin/lightpanda", "--host", "0.0.0.0", "--port", "9222"]
0 commit comments