1
0
mirror of https://github.com/hanxi/xiaomusic.git synced 2026-03-15 08:13:16 +08:00

fix: 尝试解决 supervisor 启动报错

This commit is contained in:
涵曦
2025-01-02 03:38:16 +08:00
parent 4c36d90ad2
commit 5906daade6

View File

@@ -19,6 +19,7 @@ COPY --from=builder /app/xiaomusic/__init__.py /base_version.py
RUN touch /app/.dockerenv RUN touch /app/.dockerenv
COPY supervisord.conf /etc/supervisor/supervisord.conf COPY supervisord.conf /etc/supervisor/supervisord.conf
RUN rm -f /var/run/supervisor.sock
VOLUME /app/conf VOLUME /app/conf
VOLUME /app/music VOLUME /app/music