Skip to content

Commit

Permalink
chown all of /app in php-solid-server
Browse files Browse the repository at this point in the history
  • Loading branch information
michielbdejong committed Nov 5, 2020
1 parent f576ebf commit f654881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion servers/php-solid-server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ WORKDIR /app
RUN git checkout add-solid-crud-tests
RUN php /install/composer.phar install --no-dev --prefer-dist
COPY site.conf /etc/apache2/sites-enabled/site.conf
RUN chown www-data /app/config
RUN chown -R www-data:www-data /app
EXPOSE 443

0 comments on commit f654881

Please sign in to comment.