Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -9,4 +9,4 @@ RUN pip install --no-cache-dir -r requirements.txt --upgrade
|
|
9 |
|
10 |
COPY . .
|
11 |
|
12 |
-
CMD ["
|
|
|
9 |
|
10 |
COPY . .
|
11 |
|
12 |
+
CMD ["python", "app.py"] # التشغيل المباشر دون استخدام gunicorn
|