File tree Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -29,13 +29,9 @@ WORKDIR /opt/project
29
29
COPY composer.json composer.lock phpunit.xml.dist phpunit.coverage.xml.dist psalm.xml .php_cs ./
30
30
COPY src/ src/
31
31
COPY tests/ tests/
32
- COPY tools/ tools/
33
32
COPY .git/ .git/
34
33
35
34
36
- RUN composer install && \
37
- composer install --working-dir=tools/php-cs-fixer && \
38
- composer install --working-dir=tools/psalm
39
-
35
+ RUN composer install
40
36
41
37
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ services:
17
17
volumes :
18
18
- .:/opt/project
19
19
depends_on :
20
- - neo4j-42
20
+ - neo4j
21
21
- core1
22
22
- core2
23
23
- core3
@@ -26,10 +26,10 @@ services:
26
26
- 9000
27
27
environment :
28
28
- XDEBUG_MODE=coverage
29
- neo4j-42 :
29
+ neo4j :
30
30
networks :
31
31
- neo4j
32
- image : neo4j:4.2 -enterprise
32
+ image : neo4j:3.5 -enterprise
33
33
healthcheck :
34
34
test : [ "CMD", "neo4j status" ]
35
35
interval : 30s
You can’t perform that action at this time.
0 commit comments