icosa-foundation / icosa-gallery

Icosa Gallery is a 3D model hosting solution, intended as a replacement for Google's Poly
https://icosa.gallery
5 stars 0 forks source link

django container fails to start on Windows #6

Open andybak opened 1 month ago

andybak commented 1 month ago

ig-api-django | exec ./entrypoint.sh: no such file or directory

This also causes the proxy to fail.

Turns out to be damn line endings: https://stackoverflow.com/questions/44460825/entrypoint-file-not-found

What's the most user friendly way to document or solve this? Telling people to modify their git config or expecting them to figure out how to do this in whatever editor they are using are both troublesome.

Can the dockerfile just fix line endings as part of the build or something similar that's robust?