chore: correct ports in Dockerfile

This commit is contained in:
Paul Makles
2024-09-29 15:10:12 +01:00
parent cbf9e81256
commit e270b5df6a
2 changed files with 1 additions and 3 deletions

View File

@@ -5,7 +5,6 @@ FROM ghcr.io/revoltchat/base:latest AS builder
FROM gcr.io/distroless/cc-debian12:nonroot
COPY --from=builder /home/rust/src/target/release/revolt-bonfire ./
EXPOSE 9000
EXPOSE 14703
USER nonroot
ENV HOST=0.0.0.0:9000
CMD ["./revolt-bonfire"]