diff --git a/Dockerfile b/Dockerfile index 5c87164..825b82e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,6 @@ FROM php:7.1-apache +ENV TZ Asia/Shanghai WORKDIR /var/www/html COPY . .