Skip to content

Commit

Permalink
[BE] refactor: 임시로 kotlin lint 제거 (#24)
Browse files Browse the repository at this point in the history
Signed-off-by: EunJiJung <[email protected]>
  • Loading branch information
bianbbc87 committed Feb 5, 2025
1 parent 3303efe commit 8e6eaea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/backend/chat-server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ RUN apk add --no-cache gradle

COPY . /app

# Gradle 빌드 실행 (gradlew 없이 Gradle 직접 실행)
RUN gradle clean build -x test
# 임시로 kotlin lint 제거
RUN gradle clean build -x test -x ktlintCheck

# 실행 단계
FROM amazoncorretto:17-alpine
Expand Down

0 comments on commit 8e6eaea

Please sign in to comment.