push image

This commit is contained in:
qiaofeng1227 2023-05-18 13:58:55 +08:00
parent 56f559f087
commit 0585e3bbb3

View File

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