Skip to content

Commit 0ec7a81

Browse files
author
Stanislav Shupilkin
committed
Update docker-compose.yml
1 parent 2699263 commit 0ec7a81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ services:
1010
volumes:
1111
- .:/code
1212
working_dir: /code
13-
command: bash -c "composer run-test"
13+
command: bash -c "pwd && ls -alt vendor && composer run-test"
1414
depends_on:
1515
- mongodb
1616

0 commit comments

Comments
 (0)