diff --git a/standardnotes-web/Dockerfile b/standardnotes-web/Dockerfile index 9d2e39e..1e245df 100644 --- a/standardnotes-web/Dockerfile +++ b/standardnotes-web/Dockerfile @@ -19,4 +19,7 @@ COPY start.sh / RUN chmod +x /start.sh +# Disable cache-control headers sent by the container +ENV SERVER_CACHE_CONTROL_HEADERS=false + CMD [ "/start.sh" ]