Skip to content

Commit

Permalink
✨ Add TimeZone in Docker Image
Browse files Browse the repository at this point in the history
  • Loading branch information
pvillaverde committed May 20, 2024
1 parent dd910b0 commit 7aff463
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
FROM denoland/deno:alpine-1.42.4
LABEL MAINTAINER="Pablo Villaverde <https://github.com/pvillaverde>"

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/
Expand Down

0 comments on commit 7aff463

Please sign in to comment.