Run in foreground
All checks were successful
image / docker (push) Successful in 4m34s

This commit is contained in:
Stefan Bethke 2025-07-04 20:49:40 +02:00
commit 32b5750643

View file

@ -25,4 +25,4 @@ FROM debian:12
COPY --from=builder /opt/yate /opt/yate COPY --from=builder /opt/yate /opt/yate
RUN echo /opt/yate/lib >/etc/ld.so.conf.d/opt-yate.conf && ldconfig RUN echo /opt/yate/lib >/etc/ld.so.conf.d/opt-yate.conf && ldconfig
CMD [ "/opt/yate/bin/yate", "-d" ] CMD [ "/opt/yate/bin/yate", "-v" ]