X-Git-Url: https://git.immae.eu/?p=github%2Fwallabag%2Fwallabag.git;a=blobdiff_plain;f=docker%2Fphp%2FDockerfile;h=29d27c3a80ce1a3fa933f824492d0e0f02c1e9d5;hp=b43d40b51e634ed4743ba4170b399149ff0e8276;hb=b80841f23c6736aef7485aa3d8ba7cf0af861f64;hpb=612f5f1ec7eeaeacb1f1bc0f2e15fbe5ff7d7044 diff --git a/docker/php/Dockerfile b/docker/php/Dockerfile index b43d40b5..29d27c3a 100644 --- a/docker/php/Dockerfile +++ b/docker/php/Dockerfile @@ -1,5 +1,6 @@ FROM php:fpm +# Default timezone. To change it, use the argument in the docker-compose.yml file ARG timezone='Europe/Paris' RUN apt-get update && apt-get install -y \