Fixed timezone (#193)

Co-authored-by: Adam Bem <adam.bem@zoho.eu>
Reviewed-on: #193
Reviewed-by: Mikolaj Widla <widlam@noreply.example.com>
This commit is contained in:
2023-05-19 13:09:01 +02:00
parent 369256baf2
commit d231a7476b
2 changed files with 7 additions and 18 deletions

View File

@@ -1,5 +1,8 @@
FROM nginx:stable-alpine
RUN apk add --no-cache tzdata
ENV TZ Europe/Warsaw
COPY ./tools/ /usr/share/nginx/html/tools/
COPY ./lawful/ /usr/share/nginx/html/lawful/
COPY ./assets/ /usr/share/nginx/html/assets/