Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dong2ast authored Jan 18, 2024
1 parent af96eeb commit 5898de7
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,6 @@ FROM amd64/amazoncorretto:17
# 작업 디렉터리 설정
WORKDIR /app

# 컨테이너 한글 설정
RUN apt-get update
RUN apt-get install -y locales
RUN locale-gen ko_KR.UTF-8
ENV LC_ALL ko_KR.UTF-8

# 애플리케이션 JAR 파일 복사
COPY ./build/libs/lequuServer-0.0.1-SNAPSHOT.jar /app/lequuServer.jar

Expand Down

0 comments on commit 5898de7

Please sign in to comment.