We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 096af4c commit 9884a0eCopy full SHA for 9884a0e
Dockerfile
@@ -3,12 +3,10 @@ FROM amazoncorretto:11
3
WORKDIR /code
4
5
# Copy the Gradle wrapper files
6
-COPY gradlew .
7
-COPY gradle gradle/
8
-COPY build.gradle .
9
-COPY settings.gradle .
+COPY gradlew build.gradle settings.gradle ./
+COPY gradle/ gradle/
10
11
# Make gradlew executable
12
RUN chmod +x gradlew
13
14
-CMD ["sh", "-c", "./gradlew :spotlessApply"]
+CMD ["sh", "-c", "./gradlew :spotlessApply"]
0 commit comments