2506minecraft commited on
Commit
83799c9
·
verified ·
1 Parent(s): 8f1d23a

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 ["python", "app.py"] # التشغيل المباشر دون استخدام gunicorn
 
9
 
10
  COPY . .
11
 
12
+ CMD ["python", "app.py"]