diff --git a/Dockerfile b/Dockerfile index 8fb1cef35..29fd3f838 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"]