fix regtests, admin settings prints
This commit is contained in:
parent
ec0375b47c
commit
d2c216d6db
3 changed files with 27 additions and 16 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue