alpine-php8-webserver/docker-compose.test.yml
holzi1005 8abb21386a
Some checks are pending
buildx / buildx (push) Waiting to run
first commit
2024-12-07 20:33:11 +01:00

11 lines
193 B
YAML

version: '3.5'
services:
app:
build: .
sut:
image: alpine:3.20
depends_on:
- app
command: /tmp/run_tests.sh
volumes:
- "./run_tests.sh:/tmp/run_tests.sh:ro"