mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-14 20:59:53 +05:00
4 lines
77 B
Plaintext
4 lines
77 B
Plaintext
FROM scratch
|
|
ADD ./cgr-console /usr/bin/
|
|
ENTRYPOINT ["/usr/bin/cgr-console"]
|