Skip to content

Commit 842104a

Browse files
only use main for docker build
Signed-off-by: Lehmann_Fabian <[email protected]>
1 parent 01241f1 commit 842104a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ RUN apt-get update && apt-get install -y maven && rm -rf /var/lib/apt/lists/*
66
COPY pom.xml .
77
RUN mvn dependency:go-offline --no-transfer-progress
88

9-
COPY src/ ./src/
9+
COPY src/main/ ./src/main/
1010
RUN mvn package --no-transfer-progress -DskipTests
1111

1212
FROM eclipse-temurin:21-jre-jammy

0 commit comments

Comments
 (0)