Skip to content

Commit

Permalink
Add TZ env variable to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
matsbov committed Sep 11, 2023
1 parent 135bc5c commit d2c63b5
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,5 +1,7 @@
FROM tomcat:9.0-jdk11-temurin

ENV TZ=Europe/Stockholm

RUN mkdir -p \
/data/dashboard/config \
/data/dashboard/csv \
Expand Down

0 comments on commit d2c63b5

Please sign in to comment.