Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix docker compose build on windows #85

Merged
merged 2 commits into from
Oct 8, 2023

Conversation

helt
Copy link

@helt helt commented Sep 18, 2023

on windows, docker compose build and docker compose up breaks, because postgres does not import anything.

This PR fixes this by adjusting the gitattributes.

The shell scripts were configured to checkout as the user configured its local git. On windows, this often is "replace lf-by-crlf", which breaks docker builds in many occasions.

@kowh-ai kowh-ai merged commit 8cf41a2 into ckan:master Oct 8, 2023
1 check failed
@kowh-ai
Copy link
Contributor

kowh-ai commented Oct 8, 2023

Thanks @helt - apologies for taking a while to get to this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants