update docker
ci-cd-vm / ci-cd (push) Failing after 40s

This commit is contained in:
Chris Chen
2026-06-22 16:37:53 -07:00
parent 1fb97cfccc
commit bcd6b39356
4 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ It registers with the label **`ubuntu:host`**:
instead of spawning a separate job container that wouldn't have dotnet/docker.
The container mounts the **host Docker socket** (so build/push/compose act on the
host daemon) and **`/opt/rolac`** at the same path (so compose's relative volumes
host daemon) and **`/home/chris/docker/rolac`** at the same path (so compose's relative volumes
resolve), and uses **host networking** (so the deploy step's
`curl http://localhost:8080/api/health` works).