fix: docker socket handler

This commit is contained in:
yusing
2025-05-10 11:24:28 +08:00
parent 2c0b68c8c2
commit 0208e6286f
2 changed files with 10 additions and 8 deletions

View File

@@ -47,4 +47,5 @@ COPY --from=builder /app/run /app/run
WORKDIR /app
ENV LISTEN_ADDR=0.0.0.0:2375
CMD ["/app/run"]