Skip to content

Commit

Permalink
fix docker file cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
pasqualespica committed Oct 11, 2022
1 parent efa7cc3 commit c0c2f20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
FROM maven:3.8.4-jdk-11-slim as buildtime
WORKDIR /build
COPY . .
RUN mvn clean package
RUN mvn clean package -Dmaven.test.skip=true


FROM adoptopenjdk/openjdk11:alpine-jre as builder
Expand Down

0 comments on commit c0c2f20

Please sign in to comment.