We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e5891e commit ff6c19cCopy full SHA for ff6c19c
Dockerfile
@@ -12,4 +12,4 @@ COPY ./llm_api_server_mock /app/llm_api_server_mock
12
13
LABEL org.opencontainers.image.source="https://github.com/hummerichsander/llm_api_server_mock"
14
15
-CMD ["poetry", "run", "fastapi", "run", "llm_api_server_mock/main.py", "--port", "8000"]
+CMD ["poetry", "run", "fastapi", "run", "llm_api_server_mock/main.py", "--port", "8080"]
0 commit comments