aboutsummaryrefslogtreecommitdiff
path: root/Docker/Dockerfile-Oldest
diff options
context:
space:
mode:
Diffstat (limited to 'Docker/Dockerfile-Oldest')
-rw-r--r--Docker/Dockerfile-Oldest2
1 files changed, 1 insertions, 1 deletions
diff --git a/Docker/Dockerfile-Oldest b/Docker/Dockerfile-Oldest
index 38fbadede..e31c75f20 100644
--- a/Docker/Dockerfile-Oldest
+++ b/Docker/Dockerfile-Oldest
@@ -13,7 +13,7 @@ RUN apk add --no-cache \
RUN mkdir -p /var/www/FreshRSS /run/apache2/
WORKDIR /var/www/FreshRSS
-COPY . /var/www/FreshRSS
+COPY --chown=root:www-data . /var/www/FreshRSS
COPY ./Docker/*.Apache.conf /etc/apache2/conf.d/
ARG FRESHRSS_VERSION