rkn-block-checker/docker-compose.yml
2026-05-06 22:44:38 +03:00

11 lines
199 B
YAML

services:
rkn-check:
build:
context: .
image: rkn-block-checker:latest
stdin_open: true
tty: true
working_dir: /work
volumes:
- ./:/work
command: ["--help"]