mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-12-04 05:20:35 +00:00
Update Dockerfile
This commit is contained in:
parent
26a9584819
commit
936f18051a
1 changed files with 3 additions and 2 deletions
|
@ -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 a new issue