TD-jayadeera commited on
Commit
fa21643
·
verified ·
1 Parent(s): 42f7856

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -21,7 +21,8 @@ COPY reference_audios/ ./reference_audios/
21
  COPY main.py .
22
 
23
  # API එක එළියට දෙන Port එක
24
- EXPOSE 8000
 
25
 
26
  # FastAPI සර්වර් එක ආරම්භ කිරීම
27
  CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8000"]
 
21
  COPY main.py .
22
 
23
  # API එක එළියට දෙන Port එක
24
+ EXPOSE 7860
25
+
26
 
27
  # FastAPI සර්වර් එක ආරම්භ කිරීම
28
  CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8000"]