checkpoint 2

This commit is contained in:
2025-08-22 20:29:04 -07:00
parent 6273138a65
commit 6c1fe70fa2
13 changed files with 678 additions and 122 deletions

View File

@@ -19,6 +19,7 @@ RUN pip install --upgrade pip && \
# Copy application code
COPY garminsync/ ./garminsync/
COPY migrations/ ./migrations/
COPY migrations/alembic.ini ./alembic.ini
COPY tests/ ./tests/
COPY entrypoint.sh .
COPY patches/ ./patches/