feat: log schwab-scraper and mcp-server commit SHAs at container startup
Some checks failed
Build and Push Docker Image / build (push) Failing after 39s
Some checks failed
Build and Push Docker Image / build (push) Failing after 39s
Bake commit SHAs into the Docker image via CI and log them on server startup so it's easy to verify which version of schwab-scraper is running.
This commit is contained in:
@@ -17,6 +17,9 @@ RUN uv venv && \
|
||||
uv pip install --upgrade playwright && \
|
||||
rm -rf /tmp/schwab-scraper
|
||||
|
||||
COPY vendor/schwab-scraper-commit.txt /app/schwab-scraper-commit.txt
|
||||
COPY vendor/mcp-server-commit.txt /app/mcp-server-commit.txt
|
||||
|
||||
COPY . .
|
||||
|
||||
FROM python:3.12-slim-bookworm
|
||||
|
||||
Reference in New Issue
Block a user