mirror of
https://github.com/octoleo/plantuml-server.git
synced 2024-12-21 08:19:04 +00:00
copy pom.parent.xml
to docker container
This commit is contained in:
parent
98dfd1763a
commit
8d7c681ae4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user