summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-07-03 17:26:57 -0600
committermo khan <mo@mokhan.ca>2025-07-03 17:26:57 -0600
commit1cc1d29b5e791b6701fd98b0351915c2401dc689 (patch)
treef273c8bae42a40f1717139521a35d11b96d45e7f /Dockerfile
parentb931c1085d4e1a6801e3cc4016d7d233ad9276bb (diff)
chore: use port 8080 to not collide with sparkle port
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 7c4ec9a5..234ca103 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -22,7 +22,7 @@ RUN apt-get update && apt-get install -y wget && \
# Final stage
FROM gcr.io/distroless/base-debian12:nonroot
-EXPOSE 9901 10000 50051
+EXPOSE 8080 50051
WORKDIR /
COPY --from=authzd-builder /app/Procfile /Procfile
COPY --from=authzd-builder /app/etc/authzd /etc/authzd