Docker compose to run test

This commit is contained in:
2024-11-21 17:26:42 +02:00
parent 77cb613f73
commit 5edd074b7f
3 changed files with 33 additions and 1 deletions

7
docker-compose.yml Normal file
View File

@@ -0,0 +1,7 @@
services:
readable-example:
build:
context: .
dockerfile: Dockerfile
container_name: readable-example
working_dir: /app