We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f01794a commit 4c46054Copy full SHA for 4c46054
crates/daemons/pushd/Dockerfile
@@ -1,9 +1,11 @@
1
# Build Stage
2
FROM ghcr.io/revoltchat/base:latest AS builder
3
+FROM debian:12 AS debian
4
5
# Bundle Stage
6
FROM gcr.io/distroless/cc-debian12:nonroot
7
COPY --from=builder /home/rust/src/target/release/revolt-pushd ./
8
+COPY --from=debian /usr/bin/uname /usr/bin/uname
9
10
USER nonroot
11
CMD ["./revolt-pushd"]
crates/delta/Dockerfile
COPY --from=builder /home/rust/src/target/release/revolt-delta ./
EXPOSE 8000
ENV ROCKET_ADDRESS 0.0.0.0
0 commit comments