feat(analytics): caching
All checks were successful
ci / docker (push) Successful in 6m3s

This commit is contained in:
Tine 2024-02-06 13:34:15 +01:00
parent b23a687923
commit 073e1bd2f7
Signed by: mentos1386
SSH key fingerprint: SHA256:MNtTsLbihYaWF8j1fkOHfkKNlnN1JQfxEU/rBU8nCGw

View file

@ -19,4 +19,4 @@ COPY --chown=nobody:nogroup nginx.conf /etc/nginx/conf.d/default.conf
COPY --chown=nobody:nogroup --from=build /home/node/app/build /usr/share/nginx/html/
# Caching directory
RUN mkdir -p /var/run/nginx-cache
RUN mkdir -p /var/run/nginx-cache && chown nobody:nogroup /var/run/nginx-cache