mirror of
https://github.com/aljazceru/nutshell.git
synced 2026-02-14 13:14:22 +01:00
cleaup
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user