Docker fix

This commit is contained in:
Ștefan Talpalaru 2020-05-20 16:38:20 +02:00
parent 46a99c35f0
commit 0df191b559
No known key found for this signature in database
GPG Key ID: CBF7934204F1B6F9
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ ARG MARCH_NIM_FLAGS
RUN cd /root/nim-beacon-chain \
&& git fetch \
&& git reset --hard ${GIT_REVISION} \
&& make -j$(nproc) update \
&& { make -j$(nproc) update || true; } \
&& make -j$(nproc) update \
&& make LOG_LEVEL=TRACE NIMFLAGS="-d:insecure -d:testnet_servers_image ${NETWORK_NIM_FLAGS} ${MARCH_NIM_FLAGS}" beacon_node