This commit is contained in:
qiaofeng1227 2023-05-19 17:55:52 +08:00
parent ece11fc736
commit 597a21b0b7

View file

@ -10,7 +10,7 @@ COPY static ./static
COPY requirements.txt main.py ./
RUN apt update
# Install supervisord
# Install supervisords
RUN apt install -y supervisor
COPY config/supervisord.conf /etc/supervisor/conf.d/supervisord.conf
COPY config/cmd.sh /cmd.sh