From dff390414d10966e96b61375ba30131edaa48451 Mon Sep 17 00:00:00 2001 From: Umputun Date: Tue, 9 Aug 2022 17:22:23 -0500 Subject: [PATCH] add caching for site --- Dockerfile.site | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.site b/Dockerfile.site index c8160e8..c1d2425 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"] +ENTRYPOINT ["/srv/reproxy", "--assets.location=/srv/site", "--assets.cache=30d,text/html:30s"]