Skip to content

Commit b9c6d5b

Browse files
committed
Fix Docker build wrapper line endings
1 parent 7af0871 commit b9c6d5b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ COPY gradle gradle
88
COPY build.gradle settings.gradle ./
99
COPY src src
1010

11+
RUN sed -i 's/\r$//' gradlew
1112
RUN chmod +x gradlew
1213
RUN ./gradlew --no-daemon clean bootJar -x test
1314

0 commit comments

Comments
 (0)