shenchucheng commited on
Commit
5d18914
1 Parent(s): 3cd91bf

update Dockerfile CMD

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -28,4 +28,4 @@ RUN pip install --no-cache-dir -r requirements.txt && \
28
 
29
  COPY . .
30
 
31
- CMD ["uvicorn", "app:app"]
 
28
 
29
  COPY . .
30
 
31
+ CMD ["python", "app.py"]