added docker compose
Some checks failed
CI / build-and-test (pull_request) Failing after 1m30s

This commit is contained in:
2025-12-07 14:31:14 +01:00
parent bcd770e054
commit 58673fc6ce

View File

@@ -0,0 +1,8 @@
version: '3'
services:
builder:
image: ubuntu:latest
command: tail -f /dev/null
volumes:
- ../:/var/app