Skip to content

Commit

Permalink
fix: 尝试解决 supervisor 启动报错
Browse files Browse the repository at this point in the history
  • Loading branch information
hanxi committed Jan 1, 2025
1 parent 4c36d90 commit 5906daa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5906daa

Please sign in to comment.