From e6c0ddb6ef3a5a7ee3e592242b875047c983e6ae Mon Sep 17 00:00:00 2001 From: Umputun Date: Tue, 9 Aug 2022 17:37:13 -0500 Subject: [PATCH] fix cache params --- Dockerfile.site | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.site b/Dockerfile.site index c1d2425..d1180e0 100644 --- a/Dockerfile.site +++ b/Dockerfile.site @@ -14,4 +14,4 @@ FROM ghcr.io/umputun/reproxy COPY --from=build /build/site /srv/site EXPOSE 8080 USER app -ENTRYPOINT ["/srv/reproxy", "--assets.location=/srv/site", "--assets.cache=30d,text/html:30s"] +ENTRYPOINT ["/srv/reproxy", "--assets.location=/srv/site", "--assets.cache=30d", "--assets.cache=text/html:30s"]