Skip to content

Commit 2ba3f25

Browse files
committed
fix docker port
1 parent ebe2c8e commit 2ba3f25

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,6 @@ COPY --from=0 /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.
7474

7575
COPY --from=0 /browser/zig-out/bin/lightpanda /bin/lightpanda
7676

77-
CMD ["/bin/lightpanda", "--host", "0.0.0.0", "--port", "3245"]
77+
EXPOSE 9222/tcp
78+
79+
CMD ["/bin/lightpanda", "--host", "0.0.0.0", "--port", "9222"]

0 commit comments

Comments
 (0)