spa-to-http
spa-to-http copied to clipboard
CACHE_CONTROL_MAX_AGE=-1 don't work
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/ .