Compare commits

..

1 commit

Author SHA1 Message Date
paul 9b0793eac7 Enable production PHP settings 2021-09-25 09:11:28 +02:00

View file

@ -88,6 +88,3 @@ RUN chmod 755 /usr/local/bin/*
# Add crontab file in the cron directory
ADD crontab /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