Skip to content

Commit 33d1d3b

Browse files
committed
Setting docker timezone
1 parent 2ba3336 commit 33d1d3b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,6 @@ RUN curl -sL https://deb.nodesource.com/setup_6.x | bash - && \
2323
apt-get -yq remove nodejs npm && \
2424
apt-get -yq clean all
2525

26+
RUN ln -sf /usr/share/zoneinfo/America/New_York /etc/localtime
27+
2628
CMD ["gunicorn", "conditional:app", "--bind=0.0.0.0:8080", "--access-logfile=-"]

0 commit comments

Comments
 (0)