Moibe commited on
Commit
3e5e106
·
1 Parent(s): 3fb26a9
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -10,4 +10,4 @@ COPY . .
10
 
11
  #RUN chmod -R a+w /code/archivos
12
 
13
- CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
 
10
 
11
  #RUN chmod -R a+w /code/archivos
12
 
13
+ CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]