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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -4,5 +4,6 @@ COPY ./conf /app/conf
4
  ENV NEO4J_CONF_DIR=/app/conf
5
  WORKDIR /app
6
  COPY start.sh /app/start.sh
 
7
  ENTRYPOINT ["sh", "/app/start.sh"]
8
  EXPOSE 7687 7474
 
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