Commit bf4af9d3 authored by caiyanming's avatar caiyanming

change sbin/tini to bin/tini in Dockerfile

Change-Id: Ie55f0e7767c4567058a1de74db5e5ae5d763e183
parent f5eb9f6c
......@@ -41,5 +41,5 @@ COPY docker-entrypoint.sh /docker-entrypoint.sh
EXPOSE 7474 7473 7687
ENTRYPOINT ["/sbin/tini", "-g", "--", "/docker-entrypoint.sh"]
ENTRYPOINT ["/bin/tini", "-g", "--", "/docker-entrypoint.sh"]
CMD ["neo4j"]
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment