Skip to content

Commit

Permalink
Removed unnecessary copy command from dockerfile (#2516)
Browse files Browse the repository at this point in the history
Signed-off-by: Nisarg-Chokshi <nisarg4000@gmail.com>
  • Loading branch information
Nisarg-Chokshi authored Jun 14, 2023
1 parent a3a2410 commit c6e01c0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ FROM base AS build
WORKDIR /usr/src/app
COPY build.gradle build.gradle
COPY api ./api
COPY api/build.gradle ./api/build.gradle
COPY clients/java ./clients/java
RUN ./gradlew --no-daemon clean :api:shadowJar

Expand Down

0 comments on commit c6e01c0

Please sign in to comment.