From 7aff4635f883ed8fc4c596a5cbf100dff2bef8a1 Mon Sep 17 00:00:00 2001 From: pvillaverde Date: Mon, 20 May 2024 21:05:25 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Add=20TimeZone=20in=20Docker=20Imag?= =?UTF-8?q?e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 8d999a4..1b14ebd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,8 @@ FROM denoland/deno:alpine-1.42.4 LABEL MAINTAINER="Pablo Villaverde " +ENV TZ Europe/Madrid +RUN apk --no-cache add tzdata # build app directory and cache dependencies WORKDIR /opt/radio_dixital #COPY ./src/deps.ts /opt/radio_dixital/src/