Initial commit
This commit is contained in:
12
docker-compose.test.yml
Normal file
12
docker-compose.test.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
version: '3.5'
|
||||
services:
|
||||
app:
|
||||
image: ${IMAGE_NAME}:${IMAGE_TAG}
|
||||
build: .
|
||||
sut:
|
||||
image: alpine:3.13
|
||||
depends_on:
|
||||
- app
|
||||
command: /tmp/run_tests.sh
|
||||
volumes:
|
||||
- "./run_tests.sh:/tmp/run_tests.sh:ro"
|
||||
Reference in New Issue
Block a user