Skip to content

Commit

Permalink
[Setting] Dockerfile ์ˆ˜์ •
Browse files Browse the repository at this point in the history
  • Loading branch information
jinkonu authored May 17, 2024
1 parent 47db66e commit 0b090c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion planfit/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FROM gradle:7.6.1-jdk17 AS build
WORKDIR /app

# ๋ผ์ด๋ธŒ๋Ÿฌ๋ฆฌ ์„ค์น˜์— ํ•„์š”ํ•œ ํŒŒ์ผ๋งŒ ๋ณต์‚ฌ
COPY build.gradle settings.gradle ./
COPY build.gradle ./

RUN gradle dependencies --no-daemon

Expand Down

0 comments on commit 0b090c2

Please sign in to comment.