Skip to content

Commit

Permalink
same fro development
Browse files Browse the repository at this point in the history
  • Loading branch information
stephdl authored Sep 18, 2024
1 parent 024eb19 commit d6643f6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion nextcloud/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,10 @@ RUN mkdir -p \
;
# we want to remove the php notice in error reporting in log, sed is doing weird things
RUN sed -i 's/error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT/#error_reporting_added_at_the_end_of_file/' /usr/local/etc/php/php.ini-production && \
echo 'error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT & ~E_NOTICE' >> /usr/local/etc/php/php.ini-production
echo 'error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT & ~E_NOTICE' >> /usr/local/etc/php/php.ini-production && \
sed -i 's/error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT/#error_reporting_added_at_the_end_of_file/' /usr/local/etc/php/php.ini-development && \
echo 'error_reporting = E_ALL & ~E_NOTICE' >> /usr/local/etc/php/php.ini-development


COPY supervisord.conf /
COPY ns.config.php /usr/src/nextcloud/config/
Expand Down

0 comments on commit d6643f6

Please sign in to comment.