diff --git a/Dockerfile.cerbos b/Dockerfile.cerbos index 45f56363f..dc8447c60 100644 --- a/Dockerfile.cerbos +++ b/Dockerfile.cerbos @@ -4,7 +4,7 @@ RUN apk add -U --no-cache ca-certificates && update-ca-certificates FROM scratch EXPOSE 3592 3593 ENV CERBOS_CONFIG="__default__" -VOLUME ["/policies"] +VOLUME ["/policies", "/tmp", "/.cache"] ENTRYPOINT ["/cerbos"] CMD ["server"] HEALTHCHECK --interval=1m --timeout=3s CMD ["/cerbos", "healthcheck"]