diff options
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
