Compare commits

..

1 commit

Author SHA1 Message Date
505af64019 Disable error output on website rendering
semantic-mediawiki is compatible with mediawiki 1.36, but outputs a lot of deprecation
warnings. This was fixed in
https://github.com/SemanticMediaWiki/SemanticMediaWiki/pull/4195
but no release has been made as of now. This change will be in release
3.2.4 or 4.0.0, at which point these lines can be removed.
2021-09-25 04:17:02 +02:00

View file

@ -88,6 +88,3 @@ RUN chmod 755 /usr/local/bin/*
# Add crontab file in the cron directory # Add crontab file in the cron directory
ADD crontab /etc/crontab ADD crontab /etc/crontab
RUN chmod 0644 /etc/crontab RUN chmod 0644 /etc/crontab
# Enable production config
RUN cp /usr/local/etc/php/php.ini-production /usr/local/etc/php/php.ini