summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-07-03 14:58:22 -0600
committermo khan <mo@mokhan.ca>2025-07-03 14:58:22 -0600
commit8f2d083fb29b5dbd5bbe185119efd4246a818f65 (patch)
tree66616d17fd908d1eee828a57413feb34f9914c66 /Dockerfile
parent22349f2dd5141bbb1247a4f374d39a9a091f0243 (diff)
chore: add envoy configuration
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 07f6f58a..02079de5 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -7,7 +7,7 @@ RUN cargo build --release --target x86_64-unknown-linux-musl --offline
RUN strip /app/target/x86_64-unknown-linux-musl/release/authzd
FROM gcr.io/distroless/static-debian12:nonroot
-EXPOSE 50051
+EXPOSE 9901 10000 50051
WORKDIR /var/www
COPY --from=builder /app/target/x86_64-unknown-linux-musl/release/authzd /bin/authzd
COPY --from=builder /app/etc/authzd /etc/authzd