Skip to content

Commit

Permalink
timezone is now env
Browse files Browse the repository at this point in the history
  • Loading branch information
jsteinberg1 authored May 12, 2020
1 parent 0cc7b63 commit 23e0ffa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,3 @@ COPY ./client/dist /fastapi/client/dist
COPY ./rq-workers /usr/src/workers

ENV PYTHONPATH="/fastapi:${PYTHONPATH}"

RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone

0 comments on commit 23e0ffa

Please sign in to comment.