fix: dockerfile install order; add .dockerignore; update .gitignore

This commit is contained in:
2026-03-18 19:57:05 -04:00
parent 4cc83c8a19
commit 38416b412a
3 changed files with 56 additions and 9 deletions
+2 -2
View File
@@ -3,9 +3,9 @@ FROM python:3.11-slim
WORKDIR /app
COPY pyproject.toml .
RUN pip install --no-cache-dir -e .
COPY fablednetmon/ fablednetmon/
RUN pip install --no-cache-dir .
COPY alembic.ini .
# Runtime directories