From bb936fab7ab2c2661d1e7dc455098dd58c5afdd8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hendrik=20L=C3=BCcke-Tieke?= Date: Mon, 18 Sep 2023 16:34:22 +0200 Subject: [PATCH] fixed line endings for windows --- postgresql/docker-entrypoint-initdb.d/.gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 postgresql/docker-entrypoint-initdb.d/.gitattributes diff --git a/postgresql/docker-entrypoint-initdb.d/.gitattributes b/postgresql/docker-entrypoint-initdb.d/.gitattributes new file mode 100644 index 0000000..dfdb8b7 --- /dev/null +++ b/postgresql/docker-entrypoint-initdb.d/.gitattributes @@ -0,0 +1 @@ +*.sh text eol=lf