pseudotheos commited on
Commit
a8516bf
1 Parent(s): eb762e0

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -45,4 +45,4 @@ COPY . /app/
45
  RUN mkdir -p /app/.cache && chmod -R 777 /app/.cache
46
 
47
  # Specify the command to run your application
48
- CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "8000"]
 
45
  RUN mkdir -p /app/.cache && chmod -R 777 /app/.cache
46
 
47
  # Specify the command to run your application
48
+ CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]