merge from master

This commit is contained in:
dni ⚡ 2022-11-24 14:35:32 +01:00
commit 74eece78de
76 changed files with 1278 additions and 386 deletions

View file

@ -8,6 +8,7 @@ RUN curl -sSL https://install.python-poetry.org | python3 -
ENV PATH="/root/.local/bin:$PATH"
WORKDIR /app
RUN mkdir -p lnbits/data
COPY . .