Hi, I have been using a dockerised neo4j for quite a while without issue, my dockerfile has always fetched the latest image.
I am loading and executing some cypher at startup and in part of my script I use the following command;
/docker-entrypoint.sh neo4j &
this has always worked but now I am getting the error;
Hi, I have been using a dockerised neo4j for quite a while without issue, my dockerfile has always fetched the latest image. I am loading and executing some cypher at startup and in part of my script I use the following command;
/docker-entrypoint.sh neo4j &
this has always worked but now I am getting the error;
'No such file or direcctory'
Has docker-entrypoint.sh been removed?