tharu22 commited on
Commit
33afc8b
·
1 Parent(s): 70a7d54

uploded file

Browse files
Files changed (1) hide show
  1. dockerfile +1 -1
dockerfile CHANGED
@@ -10,7 +10,7 @@ RUN pip install -r requirements.txt
10
 
11
  COPY . .
12
 
13
-
14
  # Use JSON format for CMD
15
 
16
  CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
 
10
 
11
  COPY . .
12
 
13
+ EXPOSE 7860
14
  # Use JSON format for CMD
15
 
16
  CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]