This commit is contained in:
dni ⚡ 2024-08-30 14:16:29 +02:00
parent c5e74255d8
commit 3126171b64
No known key found for this signature in database
GPG Key ID: D1F416F29AD26E87

View File

@ -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"