feat: add fast Docker build script and home server documentation

This commit is contained in:
x0gp
2026-07-06 22:11:42 +04:00
parent e5155c8a42
commit 13495de5bd
2 changed files with 525 additions and 0 deletions
+3
View File
@@ -33,6 +33,9 @@ try {
# Run docker build
docker build --build-arg BINARY_PATH=$BinPath -t $Tag -f Dockerfile.fast .
if ($LASTEXITCODE -ne 0) {
throw "Docker build failed with exit code $LASTEXITCODE"
}
Write-Host "`nDocker image '$Tag' built successfully!" -ForegroundColor Green
}