Jofthomas commited on
Commit
d3623c5
·
verified ·
1 Parent(s): 305a0bd

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -16,7 +16,7 @@ RUN uv pip install -r requirements.txt
16
  COPY server.py .
17
 
18
  # Expose the port the server runs on
19
- EXPOSE 8050
20
 
21
  # Command to run the server
22
  CMD ["uv", "run", "server.py"]
 
16
  COPY server.py .
17
 
18
  # Expose the port the server runs on
19
+ EXPOSE 7860
20
 
21
  # Command to run the server
22
  CMD ["uv", "run", "server.py"]