Skip to content

Commit

Permalink
fix: warning
Browse files Browse the repository at this point in the history
  • Loading branch information
fiam committed Oct 17, 2024
1 parent 03b12dc commit 200aea2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ RUN --mount=type=cache,target=/usr/local/cargo/git \

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

0 comments on commit 200aea2

Please sign in to comment.