fix: dockerfile install order; add .dockerignore; update .gitignore
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user