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 46ea5d2 + 81660ee commit 66bceecCopy full SHA for 66bceec
Dockerfile
@@ -29,4 +29,4 @@ RUN rm -rf node_modules && \
29
30
RUN ln -sf /usr/share/zoneinfo/America/New_York /etc/localtime
31
32
-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