refactor(infra): doppelter Docker-Build durch maintenance Container vermeiden #83
Labels
No labels
component/backend
component/docs
component/e2e
component/frontend
component/infra
component/keycloak
prio/high
prio/low
prio/medium
type/bug
type/chore
type/feature
type/refactor
type/test
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
WompSchmiede/FamilienFeierPlaner#83
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Beschreibung
Seit Einfuehrung des maintenance-Containers baut Docker Compose das Backend-Image zweimal: einmal fuer backend-api (target: runner) und einmal fuer maintenance (target: maintenance). Beide Builds laufen parallel und produzieren doppelte Log-Ausgaben.
Schritte zur Reproduktion
docker compose up --build
Vorgeschlagene Umsetzung
Erwartetes Verhalten
Einmaliger Build, keine doppelten Meldungen.