Sam3838 commited on
Commit
935605d
·
verified ·
1 Parent(s): 0e8d7f1

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -16,4 +16,4 @@ COPY openai_wrapper.py .
16
  EXPOSE 7860
17
 
18
  # Command to run the app with uvicorn
19
- CMD ["uvicorn", "openai_wrapper:app", "--host", "0.0.0.0", "--port", "8000"]
 
16
  EXPOSE 7860
17
 
18
  # Command to run the app with uvicorn
19
+ CMD ["uvicorn", "openai_wrapper:app", "--host", "0.0.0.0", "--port", "8000"]