diff --git a/Dockerfile b/Dockerfile index 1aa07f1a81..d223e8f1c7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -46,9 +46,7 @@ WORKDIR /app COPY . . COPY --from=builder /app/.venv .venv -# Make sure this is runned on the Lightning Checkout branch, not only main -RUN poetry install -# RUN poetry install --only main +RUN poetry install --only main ENV LNBITS_PORT="5000" ENV LNBITS_HOST="0.0.0.0" diff --git a/README.md b/README.md new file mode 100644 index 0000000000..9028115ab3 --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +lnc