moving build file into tools, keep rootdir clean (#1434)

* moving build file into tools, keep rootdir clean

* formatting

* make flake happy
This commit is contained in:
dni ⚡ 2023-02-01 17:19:56 +01:00 committed by GitHub
parent 3ac6a98adc
commit 0dffb2c1a0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 7 additions and 6 deletions

View file

@ -14,7 +14,7 @@ COPY . .
RUN poetry config virtualenvs.create false
RUN poetry install --only main
RUN poetry run python build.py
RUN poetry run python tools/build.py
ENV LNBITS_PORT="5000"
ENV LNBITS_HOST="0.0.0.0"