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 f6535bb commit cb88e00
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 @@ -2,7 +2,7 @@ FROM eclipse-temurin:17.0.8_7-jdk as build

WORKDIR /app/

ADD ./backend /app/backend
ADD . /app/backend

# compile backend into a jar
RUN cd backend && ./gradlew clean build -x test -x checkstyleMain -x spotlessCheck
Expand Down

0 comments on commit cb88e00

Please sign in to comment.