mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-01-24 01:50:19 +08:00
Update Dockerfile
This commit is contained in:
parent
26a9584819
commit
936f18051a
@ -11,8 +11,9 @@ COPY requirements.txt main.py ./
|
||||
RUN apt update
|
||||
# install supervisord
|
||||
RUN apt install -y supervisor
|
||||
COPY conf/supervisord.conf /etc/supervisor/conf.d/supervisord.conf
|
||||
RUN chmod +x /etc/supervisor/conf.d/supervisord.conf
|
||||
COPY config/supervisord.conf /etc/supervisor/conf.d/supervisord.conf
|
||||
COPY config/cmd.sh /cmd.sh
|
||||
RUN chmod +x /etc/supervisor/conf.d/supervisord.conf /cmd.sh
|
||||
RUN pip install -r requirements.txt
|
||||
RUN mkdir /data
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user