mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 16:25:49 +00:00
feat: new checks
This commit is contained in:
parent
2614bf8c0e
commit
4c10a078b4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue