This commit is contained in:
hailin 2025-06-16 14:47:14 +08:00
parent 39f4448674
commit bc91d8f10a
2 changed files with 3 additions and 3 deletions

View File

@ -30,7 +30,7 @@ ENV BLOGAI_HOST=${BLOGAI_HOST}
# 安装 supervisor
RUN apt-get update && \
apt-get install -y supervisor && \
apt-get install -y supervisor curl && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*

View File

@ -18,5 +18,5 @@ command=/plugai/wrapper.sh
directory=/plugai/zerostack/t1
autostart=true
autorestart=true
stdout_logfile=/dev/stdout
stderr_logfile=/dev/stderr
redirect_stderr=true
stdout_logfile=/dev/stdout