Update Dockerfile
Browse files- 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
|