Skip to content

Commit

Permalink
Add Dockerfile label with source URL
Browse files Browse the repository at this point in the history
  • Loading branch information
hummerichsander authored Sep 25, 2024
1 parent 193883a commit 1fb24a3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@ RUN poetry install

COPY ./openai_api_server_mock /app/openai_api_server_mock

LABEL org.opencontainers.image.source="https://github.com/hummerichsander/openai_api_server_mock"

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

0 comments on commit 1fb24a3

Please sign in to comment.