summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index 7b6f4e3..0f9595b 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -3,8 +3,8 @@ MAINTAINER Guillaume Mazoyer <gmazoyer@gravitons.in>
WORKDIR /var/www/html
-# add custom php.ini
-COPY php.ini /usr/local/etc/php/
+# add timezone to php.ini
+RUN echo 'date.timezone = UTC' >> /usr/local/etc/php/php.ini
# copy code from local folder
COPY ./ /var/www/html