Skip to content

Commit ff6c19c

Browse files
Update Dockerfile
1 parent 4e5891e commit ff6c19c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ COPY ./llm_api_server_mock /app/llm_api_server_mock
1212

1313
LABEL org.opencontainers.image.source="https://github.com/hummerichsander/llm_api_server_mock"
1414

15-
CMD ["poetry", "run", "fastapi", "run", "llm_api_server_mock/main.py", "--port", "8000"]
15+
CMD ["poetry", "run", "fastapi", "run", "llm_api_server_mock/main.py", "--port", "8080"]

0 commit comments

Comments
 (0)