Add Docker build and push script
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
$image = "docker.stwaddle.com/budget:latest"
|
||||
docker build -t $image .
|
||||
if ($LASTEXITCODE -ne 0) { exit $LASTEXITCODE }
|
||||
docker push $image
|
||||
Reference in New Issue
Block a user