fix cache params

This commit is contained in:
Umputun 2022-08-09 17:37:13 -05:00
parent 6496196705
commit e6c0ddb6ef

View File

@ -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"]