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 7d2af92 commit d7e0ce5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
lnc

0 comments on commit d7e0ce5

Please sign in to comment.