fix: update Dockerfile to run tests during build and adjust TodoController request mapping
This commit is contained in:
@@ -3,7 +3,7 @@ FROM maven:3.9.12-eclipse-temurin-25 AS build
|
||||
WORKDIR /app
|
||||
COPY pom.xml .
|
||||
COPY src ./src
|
||||
RUN mvn clean package -DskipTests
|
||||
RUN mvn clean package
|
||||
|
||||
# Run stage
|
||||
FROM eclipse-temurin:25-jre
|
||||
|
||||
Reference in New Issue
Block a user