mirror of
https://github.com/kemko/reproxy.git
synced 2026-01-01 15:55:49 +03:00
add caching for site
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user