summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-07-03 17:47:55 -0600
committermo khan <mo@mokhan.ca>2025-07-03 17:47:55 -0600
commitd5f945421e59beccb9705299d73f0e8a4ab0ba41 (patch)
tree10428db08df5461e69da0fbf063e30d490481e5d /Dockerfile
parentd1cbd2a1964cce598fc930e159617d4a2539b127 (diff)
chore: use port 20000 to prevent colliding with sparkle
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 234ca103..ecb28272 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 8080 50051
+EXPOSE 20000
WORKDIR /
COPY --from=authzd-builder /app/Procfile /Procfile
COPY --from=authzd-builder /app/etc/authzd /etc/authzd