neo4j / docker-neo4j

Docker Images for the Neo4j Graph Database
Apache License 2.0
320 stars 168 forks source link

Missing docker-entrypoint.sh in latest image? #422

Closed asmwp closed 1 year ago

asmwp commented 1 year ago

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?

ikwattro commented 1 year ago

It moved to /startup/docker-entrypoint.sh

asmwp commented 1 year ago

Thank you for pointing me in the right direction. :-)