Merge pull request #85 from helt/fix-docker-on-windows
Fix docker compose build on windows
This commit is contained in:
commit
8cf41a2ee2
@ -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
|
||||||
1
postgresql/docker-entrypoint-initdb.d/.gitattributes
vendored
Normal file
1
postgresql/docker-entrypoint-initdb.d/.gitattributes
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
*.sh text eol=lf
|
||||||
Loading…
x
Reference in New Issue
Block a user