Skip to content

Commit d05a158

Browse files
Update dockerfile
1 parent d089077 commit d05a158

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM rust:1.90.0-slim-trixie AS chef
1+
FROM rust:1.93.1-slim-trixie AS chef
22
RUN apt-get update && apt-get install -y jq curl
33
WORKDIR /app
44
RUN cargo install cargo-chef --version 0.1.73 --locked
@@ -17,4 +17,5 @@ COPY --from=builder /app/out ./
1717
STOPSIGNAL SIGINT
1818
EXPOSE 4942/tcp 4943/tcp
1919
ENTRYPOINT ["/app/icp-cli-network-launcher", "--status-dir=/app/status", \
20-
"--config-port", "4942", "--gateway-port", "4943", "--bind", "0.0.0.0"]
20+
"--config-port", "4942", "--gateway-port", "4943", \
21+
"--bind", "0.0.0.0", "--pocketic-config-bind", "0.0.0.0"]

0 commit comments

Comments
 (0)