Compare commits
1 Commits
83ed64326f
...
58dbac37de
| Author | SHA1 | Date | |
|---|---|---|---|
| 58dbac37de |
@@ -11,4 +11,4 @@ COPY main.py .
|
||||
|
||||
ENV PATH="/app/.venv/bin:$PATH"
|
||||
|
||||
CMD ["uv", "run", "python", "main.py", "--transport", "streamable-http", "--port", "8000"]
|
||||
CMD ["uv", "run", "python", "main.py", "--transport", "sse", "--port", "8000"]
|
||||
|
||||
Reference in New Issue
Block a user