fix: remove local bind mounts from dev override
All checks were successful
CI / build (push) Successful in 52s
CI / docker (push) Successful in 2m46s

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) <noreply@anthropic.com>
This commit is contained in:
hsiegeln
2026-04-06 16:18:39 +02:00
parent 82163144e7
commit 194004f8f9

View File

@@ -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: