aws / graph-explorer

React-based web application that enables users to visualize both property graph and RDF data and explore connections between data without having to write graph queries.
https://github.com/aws/graph-explorer
Apache License 2.0
319 stars 47 forks source link

[Bug] exec ./docker-entrypoint.sh: no such file or directory #85[Bug] #198

Open pwin opened 1 year ago

pwin commented 1 year ago

Still seeing [Bug] exec ./docker-entrypoint.sh: no such file or directory #85

using Windows 10; Docker Desktop 4.23.0. Have looked at the ./docker-entrypoint.sh in the container and have changed line endings to LF (they were CRLF for that file). Problem remains

Lijiaoa commented 1 year ago

I also met this issue. I used Windows11 with docker desktop 4.24.1

image

Lijiaoa commented 1 year ago

My env worked after restarting the PC.

achiminator commented 1 year ago

It seems to be a Docker for Windows issue - cf.: https://stackoverflow.com/questions/44460825/entrypoint-file-not-found After changing the script from CRLF to LF, it also starts on Windows.