Skip to content

Commit

Permalink
Merge branch 'BE_develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
HABINOH committed Apr 24, 2024
2 parents a828be5 + 5ce3a1c commit affa42c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions backEnd/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@
FROM openjdk:21

# tzdata ํŒจํ‚ค์ง€ ์„ค์น˜ ๋ฐ ํƒ€์ž„์กด ์„ค์ •
RUN apk add --no-cache tzdata \
&& cp /usr/share/zoneinfo/Asia/Seoul /etc/localtime \
&& echo "Asia/Seoul" > /etc/timezone \
&& apk del tzdata
RUN ln -snf /usr/share/zoneinfo/Asia/Seoul /etc/localtime && echo Asia/Seoul > /etc/timezone

# build๊ฐ€ ๋˜๋Š” ์‹œ์ ์— JAR_FILE์ด๋ผ๋Š” ๋ณ€์ˆ˜ ๋ช…์— build/libs/*.jar ์„ ์–ธ
# build/libs - gradle๋กœ ๋นŒ๋“œํ–ˆ์„ ๋•Œ jar ํŒŒ์ผ์ด ์ƒ์„ฑ๋˜๋Š” ๊ฒฝ๋กœ
Expand Down

0 comments on commit affa42c

Please sign in to comment.