Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
- gradlew 권한 문제 때문
  • Loading branch information
seohyun-lee committed Feb 8, 2024
1 parent e2003c2 commit ebd8bee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions withmate/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ FROM gradle:7.4.0-jdk17 AS build
WORKDIR /app
COPY build.gradle settings.gradle gradlew /app/
COPY gradle /app/gradle
COPY --chown=gradle:gradle . /app/
RUN ./gradlew clean build -x test --no-daemon

# 2: 빌드한 애플리케이션을 실행하기 위한 JRE 17을 포함한 새로운 image 생성
Expand Down

0 comments on commit ebd8bee

Please sign in to comment.