main
김영동 2024-04-08 09:18:20 +09:00
parent 4357d371ab
commit 4d243fecba
1 changed files with 7 additions and 0 deletions

7
postgres-ko/Dockerfile Normal file
View File

@ -0,0 +1,7 @@
FROM postgres:16
RUN ln -sf /usr/share/zoneinfo/Asia/Seoul /etc/localtime && \
sed -i 's/# ko_KR.UTF-8 UTF-8/ko_KR.UTF-8 UTF-8/' /etc/locale.gen && \
locale-gen
ENV LANG=ko_KR.utf8 \
LC_COLLATE=ko_KR.utf8 \
POSTGRES_INITDB_ARGS=--data-checksums