Spaces:
Running
Running
Update Dockerfile
Browse files- 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
|
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"]
|