rahatrafiq1810

Results 2 comments of rahatrafiq1810

> I use a multi stage docker build in my CI. > > ``` > ....stuff before > RUN ./mvnw clean package -Pboot > COPY --from=builder target/ROOT.war / > CMD...

@Milzor I have created the following multi stage Docker build. I have also added the depedencies you mentioned in pom.xml. However, I keep getting the following error when trying to...