fix regtests, admin settings prints

This commit is contained in:
dni ⚡ 2022-10-03 23:33:42 +02:00
parent ec0375b47c
commit d2c216d6db
3 changed files with 27 additions and 16 deletions

View file

@ -12,7 +12,7 @@ WORKDIR /app
COPY . .
RUN poetry config virtualenvs.create false
RUN poetry install --no-dev --no-root
RUN poetry install --only main --no-root
RUN poetry run python build.py
ENV LNBITS_PORT="5000"