Skip to content
This repository was archived by the owner on Jul 6, 2023. It is now read-only.

Commit c5d9b18

Browse files
committed
test docker-compose for integration test setup II
1 parent f963cc6 commit c5d9b18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gradle/neo4j-container/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
ARG NEO4J_IMAGE
1+
RUN echo "Neo4j docker image: %%neo4j-docker-image%%"
22

3-
FROM $NEO4J_IMAGE
3+
FROM %%neo4j-docker-image%%
44

55
ENV NEO4J_AUTH=neo4j/neo \
66
NEO4J_ACCEPT_LICENSE_AGREEMENT=yes

0 commit comments

Comments
 (0)