Skip to content

Commit

Permalink
fix exposed port in delta dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
IAmTomahawkx committed Dec 16, 2024
1 parent 4c46054 commit 3cb9115
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/delta/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ FROM gcr.io/distroless/cc-debian12:nonroot
COPY --from=builder /home/rust/src/target/release/revolt-delta ./
COPY --from=debian /usr/bin/uname /usr/bin/uname

EXPOSE 8000
ENV ROCKET_ADDRESS 0.0.0.0
EXPOSE 14702
ENV ROCKET_ADDRESS=0.0.0.0
USER nonroot
CMD ["./revolt-delta"]

0 comments on commit 3cb9115

Please sign in to comment.