Skip to content

Commit 3abe5af

Browse files
committed
Fix docker
1 parent 638c598 commit 3abe5af

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ ENV PATH=/opt/gradle/gradle-7.4.2/bin:$PATH
1313
WORKDIR /app
1414
COPY . /app
1515

16+
# Ensure gradlew is executable
17+
RUN chmod +x ./gradlew
18+
1619
# Build Kotlin app
1720
RUN ./gradlew build
1821

0 commit comments

Comments
 (0)