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 d754287 commit 5dfd5e2Copy full SHA for 5dfd5e2
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