This commit is contained in:
qiaofeng1227 2023-04-17 01:09:50 +00:00
parent 22ab561a19
commit 085cd0f853

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