standardnotes-web: Disable cache-control headers from inside the

container
This commit is contained in:
Peter Cai 2022-10-12 14:36:51 -04:00
parent 39c2cd3806
commit 2a6cf5ad1e
1 changed files with 3 additions and 0 deletions

View File

@ -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" ]