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.
1 parent 5dfd5e2 commit 7e4038bCopy full SHA for 7e4038b
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 ["gunicorn", "conditional:app", "--bind=0.0.0.0:8080", "--access-logfile=-", "--timeout=256"]
+CMD ["ddtrace-run", "gunicorn", "conditional:app", "--bind=0.0.0.0:8080", "--access-logfile=-", "--timeout=256"]
0 commit comments