diff --git a/Dockerfile b/Dockerfile index 6eb74c9e7..f8da29a45 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ ARG VERSION undefined ENV VERSION=$VERSION WORKDIR /app COPY . . -RUN ./gradlew build -x test -Pversion=$VERSION +RUN ./gradlew build -x test -x checkstyleMain -Pversion=$VERSION FROM eclipse-temurin@sha256:e90e0d654765ab3ae33f5c5155daafa4a907d0d738ce98c3be8f402a8edcee2b ENV PORT 8080