This commit is contained in:
parent
39f4448674
commit
bc91d8f10a
|
|
@ -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/*
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
Loading…
Reference in New Issue