testnet: switch to a debug build [skip ci]

so we can see stack traces in the logs
This commit is contained in:
Ștefan Talpalaru 2019-11-19 21:38:42 +01:00 committed by Dustin Brody
parent bb0979f232
commit 8f60f3c031
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ RUN cd /root/nim-beacon-chain \
&& git fetch \
&& git reset --hard ${GIT_REVISION} \
&& make -j$(nproc) update \
&& make LOG_LEVEL=DEBUG NIMFLAGS="-d:release -d:insecure -d:testnet_servers_image ${NETWORK_NIM_FLAGS}" beacon_node
&& make LOG_LEVEL=DEBUG NIMFLAGS="-d:debug -d:insecure -d:testnet_servers_image ${NETWORK_NIM_FLAGS}" beacon_node
# --------------------------------- #
# Starting new image to reduce size #