Skip to content

Commit 1fb24a3

Browse files
Add Dockerfile label with source URL
1 parent 193883a commit 1fb24a3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,6 @@ RUN poetry install
1010

1111
COPY ./openai_api_server_mock /app/openai_api_server_mock
1212

13+
LABEL org.opencontainers.image.source="https://github.com/hummerichsander/openai_api_server_mock"
14+
1315
CMD ["poetry", "run", "fastapi", "run", "openai_api_server_mock/main.py", "--port", "8000"]

0 commit comments

Comments
 (0)