Skip to content

Commit c70b4fc

Browse files
committed
Fixing Docker timezone
1 parent f9ce91e commit c70b4fc

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
@@ -26,4 +26,6 @@ RUN curl -sL https://deb.nodesource.com/setup_6.x | bash - && \
2626
apt-get -yq remove nodejs npm yarn && \
2727
apt-get -yq clean all
2828

29+
RUN ln -sf /usr/share/zoneinfo/America/New_York /etc/localtime
30+
2931
CMD ["gunicorn", "packet:app", "--bind=0.0.0.0:8080", "--access-logfile=-"]

0 commit comments

Comments
 (0)