Updated plan to fix issues

This commit is contained in:
Spencer Twaddle
2026-05-04 17:42:44 -05:00
parent 8d4d7c7ce3
commit efde0f952b
6 changed files with 158 additions and 5 deletions
+4
View File
@@ -0,0 +1,4 @@
$image = "docker.stwaddle.com/budget:latest"
docker build -t $image .
if ($LASTEXITCODE -ne 0) { exit $LASTEXITCODE }
docker push $image