1
0
mirror of https://github.com/hanxi/xiaomusic.git synced 2026-05-09 00:34:25 +08:00

build: 打包修改

This commit is contained in:
涵曦
2024-12-26 09:08:44 +08:00
parent 78ee51c8c2
commit dd803785e1
2 changed files with 3 additions and 3 deletions

View File

@@ -8,6 +8,7 @@ RUN apt-get update && apt-get install -y \
libopenjp2-7 \
libxcb1 \
supervisor \
vim \
&& rm -rf /var/lib/apt/lists/*
WORKDIR /app

View File

@@ -19,6 +19,5 @@ autostart=true
autorestart=true
startretries=99999
startsecs=60
stderr_logfile=/app/xiaomusic.log.txt
stdout_logfile=/app/xiaomusic.log.txt
stderr_logfile=AUTO ; 将错误日志输出到 supervisord 控制台
stdout_logfile=AUTO ; 将标准日志输出到 supervisord 控制台