You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(we're using docker compose to build and run the images)
The problem is that I don't really have any windows environment to test it. It runs perfectly in different Linux environments, and I've read that the problem is directly related to windows line endings. The other problem, not a minor one, is that the user trying to run the project is not really technical, so I vastly prefer to understand how to make it work out-of-the-box instead of offering some solution that the affected person has to run on they end.
The text was updated successfully, but these errors were encountered:
Would it be possible for the person who is getting this error (on Windows) to rerun:
bin/rails generate dockerfile
... and then commit the results?
When the dockerfile is generated this gem will scan for this exact problem and insert extra code to correct it. That code is not necessary for non-Windows developers. I suspect what is happening is that the Windows user git config is set up to adjust CRLF.
Alternately, suggest that the windows developer adjust their git settings.
I'm building a project using a template available in this repo
Now, someone tried running the project in Windows using docker desktop and they keep getting this error:
(sorry that I can't offer a more complete backtrace, it's what the person receiving the error sent me)
Here's the Dockerfile:
the docker-compose.yml
(we're using docker compose to build and run the images)
The problem is that I don't really have any windows environment to test it. It runs perfectly in different Linux environments, and I've read that the problem is directly related to windows line endings. The other problem, not a minor one, is that the user trying to run the project is not really technical, so I vastly prefer to understand how to make it work out-of-the-box instead of offering some solution that the affected person has to run on they end.
The text was updated successfully, but these errors were encountered: