2506minecraft commited on
Commit
38bd611
·
verified ·
1 Parent(s): dcea9bb

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 ["gunicorn", "--bind", "0.0.0.0:8080", "app:app"]
 
9
 
10
  COPY . .
11
 
12
+ CMD ["python", "app.py"] # التشغيل المباشر دون استخدام gunicorn