通过drone自动构建
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2025-04-16 09:18:47 +08:00
parent 4af94d2f2f
commit 1b2b268c41
5 changed files with 71 additions and 0 deletions

8
Dockerfile Normal file
View File

@@ -0,0 +1,8 @@
FROM ubuntu
RUN apt update -y && apt install -y supervisor
COPY supervisor /etc/supervisor
COPY scripts /scripts
CMD ["/usr/bin/supervisord"]