mirror of
https://github.com/IS1DI/x0gp.git
synced 2026-07-16 20:47:55 +00:00
feat: add fast Docker build script and home server documentation
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user