Omkar192002 commited on
Commit
60bab1a
·
verified ·
1 Parent(s): 1c371d6

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -14,10 +14,10 @@ RUN pip install --no-cache-dir --upgrade -r requirements.txt
14
  COPY --chown=user . /app
15
 
16
  # Set environment variables
17
- ENV PORT=8000
18
 
19
  # Expose the port
20
  EXPOSE ${PORT}
21
 
22
  # Run the application
23
- CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8000"]
 
14
  COPY --chown=user . /app
15
 
16
  # Set environment variables
17
+ ENV PORT=7860
18
 
19
  # Expose the port
20
  EXPOSE ${PORT}
21
 
22
  # Run the application
23
+ CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]