Skip to content

Commit e8ee878

Browse files
committed
fix: listen on 0.0.0.0 when running in a container
1 parent 6be83ff commit e8ee878

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ RUN --mount=type=cache,target=/usr/local/cargo/git \
88

99
FROM debian:bookworm-slim
1010
COPY --from=builder /usr/local/cargo/bin/dbc-demo /usr/local/bin/dbc-demo
11+
ENV BIND_ADDR 0.0.0.0:3000
1112
CMD ["dbc-demo"]

0 commit comments

Comments
 (0)