TahaFawzyElshrif commited on
Commit
5df2fe2
·
1 Parent(s): b3b25af

uploaded files

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -13,4 +13,4 @@ RUN pip install --no-cache-dir --upgrade pip && \
13
 
14
  COPY . .
15
 
16
- CMD ["python", "Server.py"]
 
13
 
14
  COPY . .
15
 
16
+ CMD ["python", "app.py"]