fix regtests, admin settings prints

This commit is contained in:
dni ⚡
2022-10-25 09:24:14 +02:00
parent d432a967f1
commit 6ae35868c0
3 changed files with 27 additions and 16 deletions
+1 -1
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"