forked from wallabag/wallabag
Add the timezone for PHP docker container
This commit is contained in:
@ -5,6 +5,8 @@ RUN apt-get update && apt-get install -y \
|
||||
&& docker-php-ext-install \
|
||||
iconv mcrypt mbstring intl pdo pdo_mysql pdo_pgsql
|
||||
|
||||
RUN echo "date.timezone=Europe/Paris" > /usr/local/etc/php/conf.d/date_timezone.ini
|
||||
|
||||
RUN usermod -u 1000 www-data
|
||||
|
||||
CMD ["php-fpm"]
|
||||
|
||||
Reference in New Issue
Block a user