mirror of
https://github.com/hanxi/xiaomusic.git
synced 2026-03-15 08:13:16 +08:00
fix: 尝试解决 supervisor 启动报错
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user