chore(release): v1.1.2 bump, notes/template + README updates, Docker Hub description updater, headless/docs tweaks

This commit is contained in:
matt 2025-08-23 15:29:45 -07:00
parent fd2530cea3
commit 5f922835a6
13 changed files with 250 additions and 183 deletions

View file

@ -22,6 +22,7 @@ RUN pip install --no-cache-dir -r requirements.txt
# Copy application code
COPY code/ ./code/
COPY mypy.ini .
COPY config/ ./config/
# Create necessary directories as mount points
RUN mkdir -p deck_files logs csv_files config