copy pom.parent.xml to docker container
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
FROM maven:3-eclipse-temurin-11 AS builder
|
||||
|
||||
COPY pom.xml /app/
|
||||
COPY pom.xml pom.parent.xml /app/
|
||||
COPY src/main /app/src/main/
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
FROM maven:3-eclipse-temurin-11-alpine AS builder
|
||||
|
||||
COPY pom.xml /app/
|
||||
COPY pom.xml pom.parent.xml /app/
|
||||
COPY src/main /app/src/main/
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
FROM maven:3-eclipse-temurin-11 AS builder
|
||||
|
||||
COPY pom.xml /app/
|
||||
COPY pom.xml pom.parent.xml /app/
|
||||
COPY src/main /app/src/main/
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
Reference in New Issue
Block a user