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 bd9202c commit 30a3b49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ WORKDIR /app/
ADD . /app/backend

# compile backend into a jar
RUN ./backend/gradlew clean build -x test -x checkstyleMain -x spotlessCheck
RUN gradle --no-daemon assemble

FROM eclipse-temurin:17.0.8_7-jre

Expand Down

0 comments on commit 30a3b49

Please sign in to comment.