docker fix to hide details for 500 errors (#1173)

This commit is contained in:
Adrian Rudnik
2019-10-21 16:22:29 +02:00
committed by Kevin Papst
parent de533e7031
commit c681eb1bdb

View File

@@ -33,7 +33,8 @@ RUN apt update && \
zip && \
apt remove -y wget && \
apt -y autoremove && \
apt clean
apt clean && \
cp /usr/local/etc/php/php.ini-production /usr/local/etc/php/php.ini
FROM tmp_kimai2_base