alanchen1115 commited on
Commit
0be496d
1 Parent(s): 76f415c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -10,4 +10,4 @@ COPY . .
10
 
11
  # CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860"]
12
 
13
- CMD python app.py
 
10
 
11
  # CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860"]
12
 
13
+ CMD python main.py