mirror of
https://github.com/j3ssie/osmedeus.git
synced 2026-08-17 21:25:49 +02:00
12 lines
274 B
YAML
12 lines
274 B
YAML
version: "3.8"
|
|
|
|
services:
|
|
nix-test:
|
|
build:
|
|
context: ../..
|
|
dockerfile: build/docker/Dockerfile.nix-test
|
|
container_name: osm-test-nix
|
|
# Binary is built inside the container, no volume mount needed
|
|
command: ["sleep", "infinity"]
|
|
restart: "no"
|