mirror of
https://github.com/lnbits/lnbits.git
synced 2025-06-30 10:34:28 +02:00
fixup!
This commit is contained in:
@ -57,6 +57,8 @@ COPY --from=builder /app/.venv .venv
|
||||
COPY --from=builder /app/lnbits/static/bundle.min.js lnbits/static
|
||||
COPY --from=builder /app/lnbits/static/bundle.min.css lnbits/static
|
||||
|
||||
RUN poetry install --only main --all-extras
|
||||
|
||||
RUN mkdir data
|
||||
|
||||
ENV LNBITS_PORT="5000"
|
||||
|
Reference in New Issue
Block a user