AurelioAguirre commited on
Commit
f09a941
·
1 Parent(s): 63fdbaa

fixing pydantic issue v7

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -1
Dockerfile CHANGED
@@ -17,4 +17,6 @@ COPY --chown=user main/ /app/main
17
  EXPOSE 7860
18
 
19
  # Command to run the application
20
- CMD ["uvicorn", "main.main:app", "--host", "0.0.0.0", "--port", "7860"]
 
 
 
17
  EXPOSE 7860
18
 
19
  # Command to run the application
20
+ #CMD ["uvicorn", "main.main:app", "--host", "0.0.0.0", "--port", "7860"]
21
+
22
+ CMD ["python", "-m", "main.main"]