Skip to content

Commit befc5cb

Browse files
committed
make sure the config dir is writable for apache
1 parent d982d3f commit befc5cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,4 @@ WORKDIR /app
2020
RUN php /install/composer.phar install --no-dev --prefer-dist
2121
COPY site.conf /etc/apache2/sites-enabled/site.conf
2222
EXPOSE 443
23+
RUN chown www-data:www-data config

0 commit comments

Comments
 (0)