This commit is contained in:
2025-11-22 17:48:36 +01:00
parent 077e3690f3
commit afb2e745a6
5 changed files with 104 additions and 145 deletions

View File

@@ -11,6 +11,4 @@ ENV PATH="/root/.local/bin:$PATH"
WORKDIR /app
COPY . .
RUN poetry config virtualenvs.create false
RUN poetry lock --no-update
# Install all dependencies including breez-sdk-spark (now installs 0.3.4 automatically)
RUN poetry install --no-root --all-extras
RUN poetry install --no-dev --no-root