a-ragab-h-m commited on
Commit
abaaf7c
·
verified ·
1 Parent(s): 883aafe

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -14,5 +14,5 @@ RUN pip install --upgrade pip && \
14
  pip install -r requirements.txt
15
 
16
  # الأمر التنفيذي عند بدء الحاوية
17
- CMD ["python", "run.py"]
18
 
 
14
  pip install -r requirements.txt
15
 
16
  # الأمر التنفيذي عند بدء الحاوية
17
+ CMD ["python", "app.py"]
18