We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01241f1 commit 842104aCopy full SHA for 842104a
Dockerfile
@@ -6,7 +6,7 @@ RUN apt-get update && apt-get install -y maven && rm -rf /var/lib/apt/lists/*
6
COPY pom.xml .
7
RUN mvn dependency:go-offline --no-transfer-progress
8
9
-COPY src/ ./src/
+COPY src/main/ ./src/main/
10
RUN mvn package --no-transfer-progress -DskipTests
11
12
FROM eclipse-temurin:21-jre-jammy
0 commit comments