From 9f1359c78fc3d979277865d917d02c8aaffce9a6 Mon Sep 17 00:00:00 2001 From: Cal Corum Date: Wed, 4 Feb 2026 20:58:39 -0600 Subject: [PATCH] chore: Enable local builds in docker-compose for rapid testing - Uncomment build directive to build from local Dockerfile - Comment out remote image reference - Allows testing changes without pushing to registry Co-Authored-By: Claude Sonnet 4.5 --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index d935aaa..af0a009 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -6,8 +6,8 @@ networks: services: api: - # build: . - image: manticorum67/major-domo-database:dev-pg + build: . + # image: manticorum67/major-domo-database:dev-pg restart: unless-stopped container_name: sba_db_api volumes: