Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Nodo bfa docker
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ferromariano
Nodo bfa docker
Commits
272a8fe4
Commit
272a8fe4
authored
2 years ago
by
ferromariano
Browse files
Options
Downloads
Patches
Plain Diff
correccion
parent
917cfc73
No related branches found
Branches containing commit
No related tags found
1 merge request
!2
Corrigo Dockerfile para la intalacion por problema
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
nodo/Dockerfile
+3
-3
3 additions, 3 deletions
nodo/Dockerfile
with
3 additions
and
3 deletions
nodo/Dockerfile
+
3
−
3
View file @
272a8fe4
...
@@ -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+arch
ive
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
"]
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment