vls: standalone docker image for separate build

Signed-off-by: Lakshya Singh <lakshay.singh1108@gmail.com>
This commit is contained in:
Lakshya Singh
2023-11-12 11:27:12 +05:30
parent 4b2370535a
commit 2d8f4c94eb
4 changed files with 10 additions and 4 deletions

View File

@@ -40,10 +40,10 @@ RUN apk update && \
COPY --from=builder /build/validating-lightning-signer/target/release/vlsd2 /usr/local/bin/vlsd2
COPY vlsd/entrypoint.sh /entrypoint.sh
COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
COPY assets/vlsd2.toml /vlsd2.toml
COPY vlsd2.toml /vlsd2.toml
ENV VLS_DATA=/home/vls/.lightning-signer
RUN mkdir "${VLS_DATA}"