Skip to content
Snippets Groups Projects
Verified Commit aeba232a authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

[Docker] Do not make STATIC_ROOT writable by webserver

parent 173f86bc
No related branches found
No related tags found
1 merge request!543Resolve "[Docker] Review handling of volumes"
......@@ -83,7 +83,6 @@ RUN set -e; \
FROM clean AS unprivileged
WORKDIR /var/lib/aleksis
RUN chown -R www-data:www-data \
${ALEKSIS_static__root} \
${ALEKSIS_media__root} \
${ALEKSIS_backup__location}
USER 33:33
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment