Skip to content

Commit

Permalink
Merge pull request #31 from devinmatte/master
Browse files Browse the repository at this point in the history
Fixing Docker timezone
  • Loading branch information
devinmatte authored Sep 2, 2018
2 parents f9ce91e + c70b4fc commit e48c00a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,6 @@ RUN curl -sL https://deb.nodesource.com/setup_6.x | bash - && \
apt-get -yq remove nodejs npm yarn && \
apt-get -yq clean all

RUN ln -sf /usr/share/zoneinfo/America/New_York /etc/localtime

CMD ["gunicorn", "packet:app", "--bind=0.0.0.0:8080", "--access-logfile=-"]

0 comments on commit e48c00a

Please sign in to comment.