Skip to content

Commit

Permalink
debugging for build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
agordon-vivid committed Dec 6, 2024
1 parent 6218d96 commit c9a0110
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions server/wfprev-api/Dockerfile.graalvm
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ WORKDIR /app/server/wfprev-api
# Make mvnw executable
RUN chmod +x mvnw

RUN pwd

RUN ls -la

# Build the native image using settings.xml
RUN ./mvnw -Pnative native:compile -DskipTests -Drepo.login=${REPO_LOGIN} -Drepo.password=${REPO_PASSWORD}

Expand Down

0 comments on commit c9a0110

Please sign in to comment.