From 5906daade663b6540e0c3338a544d0e54b85dade Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B6=B5=E6=9B=A6?= Date: Thu, 2 Jan 2025 03:38:16 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=B0=9D=E8=AF=95=E8=A7=A3=E5=86=B3=20s?= =?UTF-8?q?upervisor=20=E5=90=AF=E5=8A=A8=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 40b5b74..40bd152 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,6 +19,7 @@ COPY --from=builder /app/xiaomusic/__init__.py /base_version.py RUN touch /app/.dockerenv COPY supervisord.conf /etc/supervisor/supervisord.conf +RUN rm -f /var/run/supervisor.sock VOLUME /app/conf VOLUME /app/music