diff --git a/Dockerfile b/Dockerfile index 30325e7..a4c7f81 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM maven:3.9-eclipse-temurin-17 AS build WORKDIR /app -COPY pom.xml ./ +COPY package.json pom.xml ./ COPY .git ./.git RUN mvn -B dependency:go-offline COPY src ./src