Skip to content

Commit

Permalink
Added explanation about the Docker image
Browse files Browse the repository at this point in the history
Signed-off-by: Serban Ghita <[email protected]>
  • Loading branch information
serbanghita committed Dec 10, 2024
1 parent c1df0ea commit 57cc9ee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ services:
dockerfile: ./docker/Dockerfile.setup

runUnitTests:
# Need xdebug from this image to run with coverage
# https://hub.docker.com/r/alcohol/php/tags
image: alcohol/php:8.3-xdebug
depends_on:
setup:
Expand Down

0 comments on commit 57cc9ee

Please sign in to comment.