Skip to content

Commit

Permalink
.editorconfig early add in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
domnikl committed Mar 7, 2024
1 parent 5940fb5 commit 16a69d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM amazoncorretto:17.0.10-alpine AS tester
WORKDIR /home/cuser

ADD ./gradle /home/cuser/gradle
ADD ./gradlew ./gradle.properties ./build.gradle.kts ./settings.gradle.kts /home/cuser/
ADD ./gradlew ./gradle.properties ./build.gradle.kts ./settings.gradle.kts ./.editorconfig /home/cuser/
RUN ./gradlew --no-daemon build
ADD ./src /home/cuser/src
RUN ./gradlew --no-daemon check
Expand Down

0 comments on commit 16a69d5

Please sign in to comment.