install pip req with txt
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user