spa-to-http icon indicating copy to clipboard operation
spa-to-http copied to clipboard

CACHE_CONTROL_MAX_AGE=-1 don't work

Open remotejob opened this issue 1 year ago • 0 comments

I need unset cache-control: max-age=604800 In docker image but it doesn't work

FROM devforth/spa-to-http:latest ENV CACHE_CONTROL_MAX_AGE=-1 ENV CACHE=false ENV LOGGER=true ENV LOG_PRETTY=true COPY --from=builder /code/dist/ .

remotejob avatar May 22 '24 19:05 remotejob