We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f9ce91e + c70b4fc commit e48c00aCopy full SHA for e48c00a
Dockerfile
@@ -26,4 +26,6 @@ RUN curl -sL https://deb.nodesource.com/setup_6.x | bash - && \
26
apt-get -yq remove nodejs npm yarn && \
27
apt-get -yq clean all
28
29
+RUN ln -sf /usr/share/zoneinfo/America/New_York /etc/localtime
30
+
31
CMD ["gunicorn", "packet:app", "--bind=0.0.0.0:8080", "--access-logfile=-"]
0 commit comments