Skip to content

Commit

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

# Ensure gradlew is executable
RUN chmod +x ./gradlew
# Ensure gradlew is present and executable
RUN ls -l ./gradlew && chmod +x ./gradlew

# Build Kotlin app
RUN ./gradlew build
Expand Down

0 comments on commit dd4ec9d

Please sign in to comment.