We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2484240 commit 0907ef5Copy full SHA for 0907ef5
Dockerfile
@@ -51,6 +51,9 @@ RUN echo "---> Adding Tini" && \
51
RUN echo "---> Config sudoers" && \
52
echo "www-data ALL = ( ALL ) NOPASSWD: ALL" >> /etc/sudoers
53
54
+RUN echo "---> Fix Logs permissions" && \
55
+ chown -R www-data:www-data /var/log/apache2
56
+
57
RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/bin/ --filename=composer
58
59
RUN pecl install xdebug
0 commit comments