We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3a2410 commit c6e01c0Copy full SHA for c6e01c0
1 file changed
Dockerfile
@@ -10,7 +10,6 @@ FROM base AS build
10
WORKDIR /usr/src/app
11
COPY build.gradle build.gradle
12
COPY api ./api
13
-COPY api/build.gradle ./api/build.gradle
14
COPY clients/java ./clients/java
15
RUN ./gradlew --no-daemon clean :api:shadowJar
16
0 commit comments