Open remotejob opened 5 months ago
I need unset cache-control: max-age=604800 In docker image but it doesn't work
cache-control: max-age=604800
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/ .
I need unset
cache-control: max-age=604800
In docker image but it doesn't workFROM 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/ .