Pei2 commited on
Commit
ddca0d5
·
verified ·
1 Parent(s): 5bae2bf

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -9
Dockerfile CHANGED
@@ -1,9 +1,3 @@
1
- FROM pz202212/apikg:v3
2
- USER root
3
- COPY ./conf /app/conf
4
- ENV NEO4J_CONF_DIR=/app/conf
5
- WORKDIR /app
6
- COPY start.sh /app/start.sh
7
- RUN chmod +x /var/lib/neo4j/bin/neo4j
8
- ENTRYPOINT ["sh", "/app/start.sh"]
9
- EXPOSE 7687 7474
 
1
+ FROM neo4j:2025.05.0
2
+ EXPOSE 7687 7474
3
+ CMD ["neo4j"]