diff --git a/nodo/Dockerfile b/nodo/Dockerfile index 511c324d03db8773861c8bed62172f7f29f3dc1c..e2313a5d642464032a0b9b849eb58a93a41a4785 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"]