Update docs for mweb
This commit is contained in:
@@ -301,8 +301,8 @@ namespace DockerFileBuildHelper
|
||||
break;
|
||||
case "mwebd":
|
||||
dockerInfo.DockerFilePath = "Dockerfile";
|
||||
//dockerInfo.DockerFilePath = "Dockerfile";
|
||||
//dockerInfo.DockerFilePath = "Dockerfile";
|
||||
dockerInfo.DockerFilePathARM64v8 = "Dockerfile";
|
||||
dockerInfo.DockerFilePathARM64v8 = "Dockerfile";
|
||||
dockerInfo.GitLink = "https://github.com/ltcmweb/btcpayserver-ltcmweb-plugin";
|
||||
dockerInfo.GitRef = "main";
|
||||
dockerInfo.SupportedByUs = false;
|
||||
|
||||
@@ -724,6 +724,8 @@ cd - && cd ..
|
||||
# Build mwebd
|
||||
# https://raw.githubusercontent.com/ltcmweb/btcpayserver-ltcmweb-plugin/main/Dockerfile
|
||||
DOCKERFILE="Dockerfile"
|
||||
# https://raw.githubusercontent.com/ltcmweb/btcpayserver-ltcmweb-plugin/main/Dockerfile
|
||||
[[ "$(uname -m)" == "aarch64" ]] && DOCKERFILE="Dockerfile"
|
||||
echo "Building hectorchu1/mwebd:latest"
|
||||
git clone https://github.com/ltcmweb/btcpayserver-ltcmweb-plugin mwebd
|
||||
cd mwebd
|
||||
|
||||
Reference in New Issue
Block a user