chore: drop supervisord

This commit is contained in:
initialencounter 2024-05-12 21:15:19 +08:00
parent 20026ea927
commit 6db093c7f8
2 changed files with 1 additions and 8 deletions

View File

@ -16,11 +16,5 @@ RUN rarch=$(arch | sed s/aarch64/arm64/ | sed s/x86_64/x64/) && \
chmod +x napcat/napcat.sh && \
chmod +x entrypoint.sh
# 配置 supervisord
RUN echo "[supervisord]" > /etc/supervisord.conf && \
echo "nodaemon=true" >> /etc/supervisord.conf && \
echo "[program:napcat]" >> /etc/supervisord.conf && \
echo "command=COMMAND" >> /etc/supervisord.conf
ENTRYPOINT ["bash", "entrypoint.sh"]

View File

@ -21,8 +21,7 @@ RUN apt-get update && apt-get install -y \
libx11-xcb1 \
ffmpeg \
unzip \
curl \
supervisor && \
curl && \
apt autoremove -y && \
apt clean && \
rm -rf \