mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
5 lines
127 B
Docker
5 lines
127 B
Docker
FROM scratch
|
|
ADD ./cgr-engine /
|
|
ADD ./cgrates.json /etc/cgrates/
|
|
CMD ["/cgr-engine","--logger=*stdout","-httprof_path=/pprof"]
|