Skip to content

Commit a9aa75b

Browse files
authored
Merge pull request #192 from devinmatte/dockerfile
Setting docker timezone
2 parents 6937866 + 33d1d3b commit a9aa75b

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)