Skip to content

Commit 5dfd5e2

Browse files
committed
Removed call to ddtrace-run from dockerfile
1 parent d754287 commit 5dfd5e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ RUN rm -rf node_modules && \
2929

3030
RUN ln -sf /usr/share/zoneinfo/America/New_York /etc/localtime
3131

32-
CMD ["ddtrace-run", "gunicorn", "conditional:app", "--bind=0.0.0.0:8080", "--access-logfile=-", "--timeout=256"]
32+
CMD ["gunicorn", "conditional:app", "--bind=0.0.0.0:8080", "--access-logfile=-", "--timeout=256"]

0 commit comments

Comments
 (0)