Skip to content

Commit

Permalink
Fix docker issue
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptoteun committed Aug 23, 2024
1 parent 5bb341a commit 51a623c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ WORKDIR /app
COPY . .
COPY --from=builder /app/.venv .venv

RUN poetry install --only main
# Make sure this is runned on the Lightning Checkout branch
RUN poetry install --only lnc
# RUN poetry install --only main

ENV LNBITS_PORT="5000"
ENV LNBITS_HOST="0.0.0.0"
Expand Down

0 comments on commit 51a623c

Please sign in to comment.