Skip to content

Commit c6e01c0

Browse files
Removed unnecessary copy command from dockerfile (#2516)
Signed-off-by: Nisarg-Chokshi <[email protected]>
1 parent a3a2410 commit c6e01c0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ FROM base AS build
1010
WORKDIR /usr/src/app
1111
COPY build.gradle build.gradle
1212
COPY api ./api
13-
COPY api/build.gradle ./api/build.gradle
1413
COPY clients/java ./clients/java
1514
RUN ./gradlew --no-daemon clean :api:shadowJar
1615

0 commit comments

Comments
 (0)