diff --git a/postgres-ko/Dockerfile b/postgres-ko/Dockerfile new file mode 100644 index 0000000..f708cf5 --- /dev/null +++ b/postgres-ko/Dockerfile @@ -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 \ No newline at end of file