Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
wilinz authored Sep 2, 2024
1 parent e5b1d69 commit 0cc4116
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ WORKDIR /workspace
COPY . .

# Build the project
RUN ./gradlew bootJar
RUN chmod +x ./gradlew && ./gradlew bootJar

# Stage 2: Create final image
FROM mcr.microsoft.com/java/jre:17-zulu-alpine
Expand Down

0 comments on commit 0cc4116

Please sign in to comment.