Feature ci
I created gitlab-ci
, however, because gradle
creates 2 .jar files (one with plain) we get an error:
Step 8/9 : COPY --from=build /project/build/libs/*.jar app.jar
When using COPY with more than one source file, the destination must be a directory and end with a /
So, I also updated Dockerfile