mirror of
https://github.com/johndoe6345789/SparkOS.git
synced 2026-04-24 05:24:55 +00:00
12 lines
254 B
YAML
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
|