1
0

Remove lnd and clightning from LND

This commit is contained in:
nicolas.dorier
2022-10-28 00:31:17 +09:00
parent 9e1f8c2d9d
commit 867f34ac3c
7 changed files with 9 additions and 102 deletions

View File

@@ -1,5 +1,5 @@
#
FROM mcr.microsoft.com/dotnet/core/sdk:3.1.202 AS builder
FROM mcr.microsoft.com/dotnet/sdk:6.0.401-bullseye-slim AS builder
WORKDIR /source
COPY src/docker-compose-generator.csproj docker-compose-generator.csproj
# Cache some dependencies
@@ -8,7 +8,7 @@ COPY src/. .
RUN dotnet publish --output /app/ --configuration Release
#
FROM mcr.microsoft.com/dotnet/core/runtime:3.1.4-buster-slim
FROM mcr.microsoft.com/dotnet/runtime:6.0.9-bullseye-slim
LABEL org.btcpayserver.image=docker-compose-generator
WORKDIR /datadir
WORKDIR /app