changed dockerfile

This commit is contained in:
avmang 2025-02-02 23:10:22 +04:00
parent 0852684a87
commit 2ddc9e1c18

View file

@ -7,7 +7,7 @@ RUN apt-get update && apt-get install -y maven
COPY pom.xml .
COPY src ./src
RUN mvn clean package -DskipTests
RUN mvn clean install -DskipTests
FROM eclipse-temurin:17-jdk AS runtime