Files
metabuilder/sparkos/docker-compose.yml
johndoe6345789 4a5c50ab76 feat: Add SparkOS
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-21 17:08:35 +00:00

12 lines
254 B
YAML

version: '3.8'
services:
sparkos:
build:
context: .
dockerfile: Dockerfile
image: sparkos:local
container_name: sparkos-test
# The container will run the test script and exit
# Use 'docker-compose up' to test the build