3v324v23 commited on
Commit
384dbd0
1 Parent(s): 72d1130

Add application file

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -19,5 +19,5 @@ COPY ./prompts /code/prompts/
19
  COPY ./customs /code/customs/
20
  COPY ./main.py /code/
21
 
22
- # Specify the command to run the application
23
- CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "80"]
 
19
  COPY ./customs /code/customs/
20
  COPY ./main.py /code/
21
 
22
+ CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8000"]
23
+