@@ -0,0 +1,8 @@
+FROM neo4j:latest
+
+ENV NEO4J_AUTH none
+EXPOSE 7474/tcp
+EXPOSE 7687/tcp
+CMD ["neo4j", "start"]