Hi all, not sure if this the right place to post this but I will give it a go anyway!
I am using a Docker image of Neo4j and in the Dockerfile it is set to always use the latest image.
This has been working perfectly for quite some time until the last couple of days when I have started getting the error
'No such file or directory' when trying to execute the following line
'/docker-entrypoint.sh neo4j &'
It looks as though this script is no longer of the latest image?
Can anyone shed any light on this for me? I have got round the issue at the moment by reverting to a specific image, 4.4 to be exact.