refactor: Migrate from monolithic to modular architecture
1. **Docker-Compose für Entwicklung optimieren** 2. **Umgebungsvariablen für lokale Entwicklung** 3. **Service-Abhängigkeiten** 4. **Docker-Compose für Produktion** 5. **Dokumentation**
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
# ----------- Stage 1: Build Stage -----------
|
||||
FROM gradle:8.13-jdk21 AS build
|
||||
FROM gradle:8.14-jdk21 AS build
|
||||
WORKDIR /home/gradle/src
|
||||
|
||||
# Copy only the files needed for dependency resolution first
|
||||
|
||||
Reference in New Issue
Block a user