mirror of
https://github.com/lnbits/lnbits.git
synced 2025-07-07 22:10:22 +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.js lnbits/static
|
||||||
COPY --from=builder /app/lnbits/static/bundle.min.css lnbits/static
|
COPY --from=builder /app/lnbits/static/bundle.min.css lnbits/static
|
||||||
|
|
||||||
|
RUN poetry install --only main --all-extras
|
||||||
|
|
||||||
RUN mkdir data
|
RUN mkdir data
|
||||||
|
|
||||||
ENV LNBITS_PORT="5000"
|
ENV LNBITS_PORT="5000"
|
||||||
|
Reference in New Issue
Block a user