We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 230973e commit 0e40045Copy full SHA for 0e40045
Dockerfile
@@ -3,10 +3,10 @@ FROM maven:3.9.6-eclipse-temurin-17 AS build
3
4
WORKDIR /app
5
COPY pom.xml ./
6
-COPY jlmap-vaadin-demo ./jlmap-vaadin-demo
7
COPY jlmap-api ./jlmap-api
8
-COPY jlmap-core ./jlmap-core
9
COPY jlmap-vaadin ./jlmap-vaadin
+COPY jlmap-vaadin-demo ./jlmap-vaadin-demo
+
10
RUN mvn -f jlmap-vaadin-demo/pom.xml clean package -Pproduction
11
12
# --- Stage 2: Create the final image ---
0 commit comments