Dockerfile.postgres 184 Bytes
FROM postgres:15

# Generujemy polskie locale bezpośrednio w systemie bazy danych
RUN localedef -i pl_PL -c -f UTF-8 -A /usr/share/locale/locale.alias pl_PL.UTF-8
ENV LANG pl_PL.utf8