Skip to content

Commit

Permalink
build: 打包修改
Browse files Browse the repository at this point in the history
  • Loading branch information
hanxi committed Dec 26, 2024
1 parent 78ee51c commit dd80378
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions Dockerfile.runtime
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 2 additions & 3 deletions supervisor.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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 控制台

0 comments on commit dd80378

Please sign in to comment.