Skip to content

Commit

Permalink
add tz env var to dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
LBlend committed Feb 1, 2024
1 parent 8e632d3 commit fe0f2fc
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
Expand Up @@ -4,6 +4,8 @@ WORKDIR /code

COPY . /code

ENV TZ=Europe/Oslo

RUN chmod +x /code/setup.sh

RUN /code/setup.sh
Expand Down

0 comments on commit fe0f2fc

Please sign in to comment.