Local Timezone

This commit is contained in:
Gogs
2026-07-14 16:37:20 +02:00
parent 3ae2d14e95
commit aa19865be4
3 changed files with 45 additions and 3 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ RUN apt-get update \
ca-certificates \
&& rm -rf /var/lib/apt/lists/*
RUN echo "memory_limit=512M" \
RUN printf "memory_limit=512M\ndate.timezone=Europe/Vienna\n" \
> /usr/local/etc/php/conf.d/tvguide.ini
COPY --from=composer:latest /usr/bin/composer /usr/bin/composer