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 0b090c2 commit 9c2b460
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 ./
COPY ./planfit/build.gradle ./plantfit/settings.gradle ./

RUN gradle dependencies --no-daemon

Expand Down

0 comments on commit 9c2b460

Please sign in to comment.