Skip to content

Commit f1c16e1

Browse files
committed
updated dockerfile for local development
1 parent de8a95a commit f1c16e1

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

Dockerfile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,9 @@ WORKDIR /opt/project
2929
COPY composer.json composer.lock phpunit.xml.dist phpunit.coverage.xml.dist psalm.xml .php_cs ./
3030
COPY src/ src/
3131
COPY tests/ tests/
32-
COPY tools/ tools/
3332
COPY .git/ .git/
3433

3534

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
4036

4137

docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ services:
1717
volumes:
1818
- .:/opt/project
1919
depends_on:
20-
- neo4j-42
20+
- neo4j
2121
- core1
2222
- core2
2323
- core3
@@ -26,10 +26,10 @@ services:
2626
- 9000
2727
environment:
2828
- XDEBUG_MODE=coverage
29-
neo4j-42:
29+
neo4j:
3030
networks:
3131
- neo4j
32-
image: neo4j:4.2-enterprise
32+
image: neo4j:3.5-enterprise
3333
healthcheck:
3434
test: [ "CMD", "neo4j status" ]
3535
interval: 30s

0 commit comments

Comments
 (0)