adding listen on docker run

This commit is contained in:
Darrel Pol 2024-11-04 21:25:59 -06:00
parent 38b3996910
commit a28e761a0c

View file

@ -56,4 +56,4 @@ RUN pip install --no-cache-dir -r requirements.txt
RUN pip install --no-cache-dir python-dotenv insightface
# Run the application
CMD ["python", "launch.py", "--nowebui", "--deforum-api", "--api", "--port", "7861"]
CMD ["python", "launch.py", "--nowebui", "--deforum-api", "--listen", "--api", "--port", "7861"]