Compare commits

..

1 commit

Author SHA1 Message Date
paul f8ea051f99 Enable production PHP settings 2021-09-25 04:34:53 +02:00

View file

@ -88,3 +88,6 @@ 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