7 lines
123 B
YAML
7 lines
123 B
YAML
|
|
services:
|
||
|
|
robbit:
|
||
|
|
image: personal_projects:robbit
|
||
|
|
command: -c "./target/release/robbit"
|
||
|
|
entrypoint: /bin/sh
|
||
|
|
|