I modified neo4j-browser.
How can I deploy new neo4j docker image that uses modified neo4j-browser?
I modified neo4j-browser.
How can I deploy new neo4j docker image that uses modified neo4j-browser?
 On
                        
                            
                        
                        
                            On
                            
                                                    
                    
                I think that you need to pack your build with a modified browser (and other changes), make it available by http, and change the distribution's address in the docker's Makefile of the local copy docker-neo4j:
dist_site := http://my_personal_neo_build
and then rebuild your own image.
Found a way to do it with Dockerfile. You will need your customized neo4j-browser jar file. In order to generate jar file run
yarn prepare-jarandyarn jarcommands in this repo neo4j-browser.