Skip to content

Commit

Permalink
Merge pull request #85 from helt/fix-docker-on-windows
Browse files Browse the repository at this point in the history
Fix docker compose build on windows
  • Loading branch information
kowh-ai authored Oct 8, 2023
2 parents 4d1922a + 53bacd8 commit 8cf41a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion postgresql/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM postgres:12-alpine

# 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 change: 1 addition & 0 deletions postgresql/docker-entrypoint-initdb.d/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.sh text eol=lf

0 comments on commit 8cf41a2

Please sign in to comment.