Skip to content

Commit

Permalink
๐Ÿ‘ท ci: ์ปจํ…Œ์ด๋„ˆ locale ์„ค์น˜
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyyena committed Jan 5, 2024
1 parent 50e3919 commit 4b72988
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app-maple-stamp-api/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
FROM eclipse-temurin:19
ENV LC_ALL=C.UTF-8

RUN apt-get update && apt-get install -y locales
RUN locale-gen ko_KR.UTF-8
ENV LC_ALL ko_KR.UTF-8

# ์ปจํ…Œ์ด๋„ˆ ๋‚ด๋ถ€์˜ /app ๋””๋ ‰ํ† ๋ฆฌ์— jar ํŒŒ์ผ ๋ณต์‚ฌ
ARG JAR_FILE=build/libs/app-maple-stamp-api-0.0.1-SNAPSHOT.jar
Expand Down

0 comments on commit 4b72988

Please sign in to comment.