Skip to content
Snippets Groups Projects
Select Git revision
  • c8fced934bafc956d87bad449f160e6ecb253ca2
  • main default protected
  • mobile_subs_conn
  • prototype
4 results

README.md

Blame
  • Dockerfile 74 B
    # Dockerfile
    FROM neo4j:latest
    
    USER root
    
    RUN apt-get update
    
    USER neo4j