We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be84bfe commit 9bb2d0cCopy full SHA for 9bb2d0c
Dockerfile
@@ -25,4 +25,4 @@ RUN curl -sL https://deb.nodesource.com/setup_10.x | bash - && \
25
26
RUN ln -sf /usr/share/zoneinfo/America/New_York /etc/localtime
27
28
-CMD ["ddtrace-run", "gunicorn", "conditional:app", "--bind=0.0.0.0:8080", "--access-logfile=-", "--timeout=256"]
+CMD ["gunicorn", "conditional:app", "--bind=0.0.0.0:8080", "--access-logfile=-", "--timeout=256"]
0 commit comments