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 51a623c commit 7d2af92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ WORKDIR /app
COPY . .
COPY --from=builder /app/.venv .venv

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

ENV LNBITS_PORT="5000"
Expand Down

0 comments on commit 7d2af92

Please sign in to comment.