fix tracing

This commit is contained in:
Adil Hafeez 2024-11-13 17:11:35 -08:00
parent 7c8205abc2
commit 295fd85525
6 changed files with 14 additions and 10 deletions

View file

@ -28,5 +28,6 @@ COPY arch/supervisord.conf /etc/supervisor/conf.d/supervisord.conf
COPY arch/stream_traces.py .
RUN pip install requests
RUN touch /var/log/envoy.log
ENTRYPOINT ["supervisord", "-c", "/etc/supervisor/conf.d/supervisord.conf"]