Chrunos commited on
Commit
e5f0d6b
·
verified ·
1 Parent(s): f647181

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -24,4 +24,4 @@ RUN pip install --no-cache-dir --upgrade -r requirements.txt
24
  COPY --chown=user . /app
25
 
26
  # Command to run the application
27
- CMD uvicorn app:app --host 0.0.0.0 --port $PORT
 
24
  COPY --chown=user . /app
25
 
26
  # Command to run the application
27
+ CMD uvicorn app:app --host 0.0.0.0 --port 7860