Skip to content

Commit

Permalink
Fix docker
Browse files Browse the repository at this point in the history
  • Loading branch information
22388o committed Dec 10, 2024
1 parent 638c598 commit 3abe5af
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ ENV PATH=/opt/gradle/gradle-7.4.2/bin:$PATH
WORKDIR /app
COPY . /app

# Ensure gradlew is executable
RUN chmod +x ./gradlew

# Build Kotlin app
RUN ./gradlew build

Expand Down

0 comments on commit 3abe5af

Please sign in to comment.