forked from jmug/stoatchat
chore: correct ports in Dockerfile
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user