Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafakucuk-dev committed Dec 24, 2023
1 parent 18390d8 commit dc9b1a3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/annotation-service/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ COPY . $APP_HOME
COPY build.gradle.kts settings.gradle.kts gradlew $APP_HOME
COPY gradle $APP_HOME/gradle

# Give execution rights on the gradlew
RUN chmod +x $APP_HOME/gradlew

RUN ./gradlew build -x test || return 0
COPY . .
RUN ./gradlew build -x test
Expand Down

0 comments on commit dc9b1a3

Please sign in to comment.