Dockerfile.postgres 184 Bytes Edit Raw Blame History 1 2 3 4 5 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