Skip to content

Commit

Permalink
created the CI/CD pipeline for the frontend.
Browse files Browse the repository at this point in the history
  • Loading branch information
Motouom committed Jul 16, 2024
1 parent d5f900f commit 142283e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packit-backend/dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ COPY gradle ./gradle
COPY . .

# Build the application with Gradle
RUN gradlew clean build
RUN gradle clean build

# Use the lightweight Distroless base image
FROM gcr.io/distroless/java17:nonroot
Expand Down

0 comments on commit 142283e

Please sign in to comment.