docker fix to hide details for 500 errors (#1173)
This commit is contained in:
committed by
Kevin Papst
parent
de533e7031
commit
c681eb1bdb
@@ -33,7 +33,8 @@ RUN apt update && \
|
|||||||
zip && \
|
zip && \
|
||||||
apt remove -y wget && \
|
apt remove -y wget && \
|
||||||
apt -y autoremove && \
|
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
|
FROM tmp_kimai2_base
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user