Skip to content

Commit e48c00a

Browse files
authored
Merge pull request #31 from devinmatte/master
Fixing Docker timezone
2 parents f9ce91e + c70b4fc commit e48c00a

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)