Skip to content
Snippets Groups Projects
Commit 272a8fe4 authored by ferromariano's avatar ferromariano
Browse files

correccion

parent 917cfc73
No related branches found
No related tags found
1 merge request!2Corrigo Dockerfile para la intalacion por problema
...@@ -2,7 +2,7 @@ FROM ubuntu:focal-20221019 ...@@ -2,7 +2,7 @@ FROM ubuntu:focal-20221019
ARG DEBIAN_FRONTEND=noninteractive 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 locale-gen es_AR.UTF-8
RUN export LANG=es_AR.UTF-8 RUN export LANG=es_AR.UTF-8
...@@ -21,7 +21,7 @@ RUN /bfa/bin/installbfa.sh ...@@ -21,7 +21,7 @@ RUN /bfa/bin/installbfa.sh
RUN chown bfa:bfa -R /nodo_data/ 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 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/ ...@@ -37,4 +37,4 @@ VOLUME /nodo_data/
EXPOSE 8545 8546 30303 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"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment