Disable io_uring

This commit is contained in:
Daniil Gentili 2024-07-01 12:29:31 +02:00
parent 14a9fcaf85
commit c8db204d7f

View File

@ -8,4 +8,6 @@ RUN echo 1.0.0 > /tas_version
EXPOSE 9503
ENV UV_USE_IO_URING=0
ENTRYPOINT ["./entrypoint.sh"]