From 194004f8f9537904e36e48b381bd98699c32a298 Mon Sep 17 00:00:00 2001 From: hsiegeln <37154749+hsiegeln@users.noreply.github.com> Date: Mon, 6 Apr 2026 16:18:39 +0200 Subject: [PATCH] fix: remove local bind mounts from dev override MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The dev override was mounting local ui/dist and target/*.jar over the image contents, serving stale local builds instead of the CI-built artifacts. Remove these mounts — the image has everything. Co-Authored-By: Claude Opus 4.6 (1M context) --- docker-compose.dev.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docker-compose.dev.yml b/docker-compose.dev.yml index eb8707d..580577f 100644 --- a/docker-compose.dev.yml +++ b/docker-compose.dev.yml @@ -13,12 +13,8 @@ services: cameleer-saas: ports: - "8080:8080" - volumes: - - ./ui/dist:/app/static - - ./target/cameleer-saas-0.1.0-SNAPSHOT.jar:/app/app.jar environment: SPRING_PROFILES_ACTIVE: dev - SPRING_WEB_RESOURCES_STATIC_LOCATIONS: file:/app/static/,classpath:/static/ cameleer3-server: ports: