Skip to content
Snippets Groups Projects
Select Git revision
  • d25254862979550f46f4e8378cecb2c803c37ae8
  • main default protected
  • paul.albuquer-main-patch-58590
  • pk
  • high-order-functions
5 results

munit.md

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