We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f184d2 commit 561eb0aCopy full SHA for 561eb0a
Dockerfile
@@ -54,7 +54,7 @@ RUN export PHP_CPPFLAGS="${PHP_CPPFLAGS} -std=c++11"; \
54
55
## set recommended PHP.ini settings
56
RUN { \
57
- echo 'date.timezone = Europe/Paris'; \
+ echo 'date.timezone = UTC'; \
58
echo 'short_open_tag = off'; \
59
echo 'expose_php = off'; \
60
echo 'error_log = /proc/self/fd/2'; \
@@ -72,7 +72,7 @@ RUN { \
72
} > /usr/local/etc/php/php.ini
73
74
75
76
77
echo 'memory_limit = -1'; \
78
} > /usr/local/etc/php/php-cli.ini
0 commit comments