Skip to content

Commit

Permalink
try diff dockerfile fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Administrator committed Dec 6, 2024
1 parent 6dcd27b commit 636719a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ WORKDIR /app
# Copy the Gradle wrapper and project files
COPY gradlew /app/gradlew
COPY gradle/wrapper /app/gradle/wrapper
COPY build.gradle /app/build.gradle
COPY settings.gradle /app/settings.gradle
COPY build.gradle.kts /app/build.gradle
COPY settings.gradle.kts /app/settings.gradle
COPY src /app/src

# Make the Gradle wrapper executable
Expand Down

0 comments on commit 636719a

Please sign in to comment.