install pip req with txt

This commit is contained in:
null
2024-02-19 07:35:57 +01:00
parent b76adec077
commit 63e359b87d
3 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
FROM python:latest
# Install Supervisord
RUN pip install supervisor flask
RUN pip install supervisor
# Copy your Supervisord configuration file into the container
COPY supervisord.conf /etc/supervisor/supervisord.conf