This commit is contained in:
dni ⚡ 2024-04-17 11:26:32 +02:00
parent 2adbeea785
commit 88e56d66dd
No known key found for this signature in database
GPG Key ID: D1F416F29AD26E87

View File

@ -48,6 +48,8 @@ COPY . .
COPY --from=builder /app/.venv .venv
RUN make
RUN make build
RUN mkdir data
ENV LNBITS_PORT="5000"