mirror of
https://github.com/umputun/reproxy.git
synced 2024-11-23 00:36:55 +03:00
add caching for site
This commit is contained in:
parent
a84bbc3603
commit
dff390414d
@ -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"]
|
||||
|
Loading…
Reference in New Issue
Block a user