mirror of
https://github.com/MayersScott/rkn-block-checker.git
synced 2026-06-29 20:31:42 +00:00
11 lines
199 B
YAML
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"]
|