Skip to content

Commit

Permalink
add ENV var for TZ
Browse files Browse the repository at this point in the history
Signed-off-by: Jay Bhatt <jayybhatt007@gmail.com>
  • Loading branch information
jayybhatt committed Apr 25, 2023
1 parent e456784 commit 4fdd21b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ RUN python3.10 -m venv /venv \
ENV PYTHON=python3.10 \
VIRTUAL_ENV="/venv" \
PATH="/venv/bin:$PATH" \
PYTHONDONTWRITEBYTECODE=1
PYTHONDONTWRITEBYTECODE=1 \
TZ=UTC

WORKDIR /src

0 comments on commit 4fdd21b

Please sign in to comment.