Update Dockerfile

This commit is contained in:
qiaofeng1227 2023-05-05 11:31:13 +08:00 committed by GitHub
parent d9189e618c
commit 2b028f55e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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