Merge pull request #85 from helt/fix-docker-on-windows

Fix docker compose build on windows
This commit is contained in:
Brett Jones 2023-10-08 11:15:58 +02:00 committed by GitHub
commit 8cf41a2ee2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM postgres:12-alpine FROM postgres:12-alpine
# Include extra setup scripts (eg datastore) # Include extra setup scripts (eg datastore)
ADD docker-entrypoint-initdb.d /docker-entrypoint-initdb.d COPY docker-entrypoint-initdb.d /docker-entrypoint-initdb.d

View File

@ -0,0 +1 @@
*.sh text eol=lf