fix: chown /var/www/html to www-data so FileCache can write
This commit is contained in:
+3
-1
@@ -5,4 +5,6 @@ LABEL maintainer="Julien Cabillot <dockerimages@cabillot.eu>"
|
|||||||
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||||
RUN curl -s -L "https://github.com/RSS-Bridge/rss-bridge/tarball/master/" | tar -zx --strip=1
|
RUN curl -s -L "https://github.com/RSS-Bridge/rss-bridge/tarball/master/" | tar -zx --strip=1
|
||||||
|
|
||||||
RUN echo "*" > "/var/www/html/whitelist.txt"
|
RUN echo "*" > "/var/www/html/whitelist.txt" && \
|
||||||
|
mkdir -p /var/www/html/cache && \
|
||||||
|
chown -R www-data:www-data /var/www/html
|
||||||
|
|||||||
Reference in New Issue
Block a user