From 272a8fe4ea1e67d23fad43e7321fd9cde56accc7 Mon Sep 17 00:00:00 2001 From: Mariano Ferro <ferro.mariano@gmail.com> Date: Thu, 8 Dec 2022 09:48:48 -0300 Subject: [PATCH] correccion --- nodo/Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nodo/Dockerfile b/nodo/Dockerfile index 511c324..e2313a5 100644 --- a/nodo/Dockerfile +++ b/nodo/Dockerfile @@ -2,7 +2,7 @@ FROM ubuntu:focal-20221019 ARG DEBIAN_FRONTEND=noninteractive -RUN apt-get update && apt-get install -y software-properties-common cron wget curl locales npm git zip unzip net-tools nano +RUN apt-get update && apt-get install -y software-properties-common cron wget curl locales npm git zip unzip net-tools nano htop RUN locale-gen es_AR.UTF-8 RUN export LANG=es_AR.UTF-8 @@ -21,7 +21,7 @@ RUN /bfa/bin/installbfa.sh RUN chown bfa:bfa -R /nodo_data/ -COPY config.toml /home/bfa/bfa/network/config.localhost+full+arch +COPY config.toml /home/bfa/bfa/network/config.localhost+full+archive RUN sed -i 's/--rpccorsdomain \\\*/--rpccorsdomain \\\* \\\n --rpcaddr 0.0.0.0\t\\\n --rpcport 8545/g' /home/bfa/bfa/bin/start.sh @@ -37,4 +37,4 @@ VOLUME /nodo_data/ EXPOSE 8545 8546 30303 -ENTRYPOINT ["/bin/sh", "-c" , "/home/bfa/bfa/bin/start.sh && tail -F /dev/null"] +ENTRYPOINT ["/bin/sh", "-c" , "/home/bfa/bfa/bin/bfalog.sh"] -- GitLab