Skip to content

Commit

Permalink
added a dockerfile for the frontend modified second frr
Browse files Browse the repository at this point in the history
  • Loading branch information
Motouom committed Jul 15, 2024
1 parent 1b9facc commit 842c634
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packit-backend/dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ FROM ghcr.io/graalvm/graalvm-ce:22.3.2 AS builder
WORKDIR /app

# Copy the Gradle wrapper
COPY gradlew .
COPY gradle gradle
COPY gradlew ./
COPY gradle ./gradle

# Copy the application code
COPY . .
Expand Down

0 comments on commit 842c634

Please sign in to comment.