Skip to content

Commit 796bf68

Browse files
chown all of /app in Dockerfile
1 parent f970766 commit 796bf68

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,5 @@ ADD . /app
1919
WORKDIR /app
2020
RUN php /install/composer.phar install --no-dev --prefer-dist
2121
COPY site.conf /etc/apache2/sites-enabled/site.conf
22-
RUN chown www-data /app/config
22+
RUN chown -R www-data:www-data /app
2323
EXPOSE 443
24-
RUN chown www-data:www-data config

0 commit comments

Comments
 (0)