Skip to content

Commit 7e4038b

Browse files
committed
Testing whether the build still fails with the ddtrace line readded
1 parent 5dfd5e2 commit 7e4038b

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 ["gunicorn", "conditional:app", "--bind=0.0.0.0:8080", "--access-logfile=-", "--timeout=256"]
32+
CMD ["ddtrace-run", "gunicorn", "conditional:app", "--bind=0.0.0.0:8080", "--access-logfile=-", "--timeout=256"]

0 commit comments

Comments
 (0)