mirror of
https://github.com/DerDavidBohl/dirigent-spring.git
synced 2025-12-21 11:59:56 -06:00
Update Maven Build
This commit is contained in:
@@ -8,7 +8,7 @@ RUN npm install
|
||||
RUN npm run build
|
||||
|
||||
# Use Maven image to build the application
|
||||
FROM maven:3.9.11-eclipse-temurin-21-alpine AS backend-build
|
||||
FROM maven:3.9.11-eclipse-temurin-25-alpine AS backend-build
|
||||
WORKDIR /app
|
||||
COPY backend/pom.xml .
|
||||
COPY backend/src ./src
|
||||
|
||||
Reference in New Issue
Block a user