Skip to content

Commit 954ca92

Browse files
Refactor Dockerfile to update the path for the llm_api_server_mock
1 parent 3f754a1 commit 954ca92

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ COPY ./pyproject.toml /app
88
RUN pip install poetry
99
RUN poetry install
1010

11-
COPY ./openai_api_server_mock /app/openai_api_server_mock
11+
COPY ./llm_api_server_mock /app/llm_api_server_mock
1212

13-
LABEL org.opencontainers.image.source="https://github.com/hummerichsander/openai_api_server_mock"
13+
LABEL org.opencontainers.image.source="https://github.com/hummerichsander/llm_api_server_mock"
1414

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

0 commit comments

Comments
 (0)