Skip to content

Commit

Permalink
make mvn executable
Browse files Browse the repository at this point in the history
  • Loading branch information
MehulKChaudhari committed Feb 2, 2024
1 parent 8752c4c commit 52ae9c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions skill-tree/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
FROM openjdk:17-jdk as build
WORKDIR /app
COPY . .
# Ensure the mvnw script is executable
RUN chmod +x mvnw
RUN ./mvnw clean install -DskipTests

FROM openjdk:17-jdk
Expand Down

0 comments on commit 52ae9c8

Please sign in to comment.