Allow enabling the metrics in the docker builds

This commit is contained in:
Zahary Karadjov 2019-10-29 02:37:36 +02:00
parent b244f35731
commit 34737b48f0
No known key found for this signature in database
GPG Key ID: C8936F8A3073D609
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@ RUN cd nim-beacon-chain \
&& ./env.sh nim \
-o:/usr/bin/beacon_node \
-d:release \
-d:insecure \
--debugger:native \
--debugInfo \
-d:"network_type=${NETWORK_TYPE}" \