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