Add Checkstyle and Prettier to BFF #65
@ -5,6 +5,8 @@ WORKDIR /build
|
|||||||
COPY mvnw mvnw
|
COPY mvnw mvnw
|
||||||
COPY .mvn/ .mvn/
|
COPY .mvn/ .mvn/
|
||||||
COPY pom.xml pom.xml
|
COPY pom.xml pom.xml
|
||||||
|
COPY checkstyle-configuration.xml checkstyle-configuration.xml
|
||||||
|
COPY checkstyle-suppressions.xml checkstyle-suppressions.xml
|
||||||
|
|
||||||
RUN ./mvnw dependency:go-offline \
|
RUN ./mvnw dependency:go-offline \
|
||||||
--batch-mode \
|
--batch-mode \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user