diff --git a/appmanage/Dockerfile b/appmanage/Dockerfile index 2a014367..dbccd1bb 100644 --- a/appmanage/Dockerfile +++ b/appmanage/Dockerfile @@ -11,8 +11,8 @@ COPY static ./static COPY requirements.txt main.py database.sqlite ./ RUN apt update -# Install supervisords -RUN apt install -y supervisors +# Install supervisord +RUN apt install -y supervisor 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