Allow enabling the metrics in the docker builds
This commit is contained in:
parent
b244f35731
commit
34737b48f0
|
@ -40,6 +40,7 @@ RUN cd nim-beacon-chain \
|
||||||
&& ./env.sh nim \
|
&& ./env.sh nim \
|
||||||
-o:/usr/bin/beacon_node \
|
-o:/usr/bin/beacon_node \
|
||||||
-d:release \
|
-d:release \
|
||||||
|
-d:insecure \
|
||||||
--debugger:native \
|
--debugger:native \
|
||||||
--debugInfo \
|
--debugInfo \
|
||||||
-d:"network_type=${NETWORK_TYPE}" \
|
-d:"network_type=${NETWORK_TYPE}" \
|
||||||
|
|
Loading…
Reference in New Issue