Merged in feature/change-docker-file (pull request #764)

Change Docker file

Approved-by: Sha Brown
This commit is contained in:
Katon Minhas
2025-11-06 21:12:40 +00:00
parent 70ca9c7236
commit 6e65b36b4a
+1 -1
View File
@@ -19,7 +19,7 @@ COPY pyproject.toml .
COPY poetry.lock .
RUN --mount=type=cache,target=/root/.cache/pip \
poetry install --no-dev --compile
poetry install --only main --compile
COPY src/ src/