Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Duniter v2S
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Monitor
Service Desk
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
nodes
rust
Duniter v2S
Merge requests
!50
Custom genesis for end2end tests & cucumber binary in docker
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Custom genesis for end2end tests & cucumber binary in docker
elois-custom-genesis-for-end2end-tests
into
master
Overview
0
Commits
4
Pipelines
0
Changes
14
Merged
Éloïs
requested to merge
elois-custom-genesis-for-end2end-tests
into
master
2 years ago
Overview
0
Commits
4
Pipelines
0
Changes
14
Expand
0
0
Merge request reports
Compare
master
version 3
e45d6283
2 years ago
version 2
667ca087
2 years ago
version 1
64488bd8
2 years ago
master (base)
and
latest version
latest version
163cf393
4 commits,
2 years ago
version 3
e45d6283
4 commits,
2 years ago
version 2
667ca087
4 commits,
2 years ago
version 1
64488bd8
3 commits,
2 years ago
14 files
+
387
−
97
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
14
Search (e.g. *.vue) (Ctrl+P)
docker/Dockerfile
+
2
−
1
Options
@@ -40,7 +40,7 @@ LABEL description="Crypto-currency software (based on Substrate framework) to op
RUN
adduser
--home
/var/lib/duniter duniter
# Configuration
# rpc, rpc-ws, p2p, telemetry
# rpc, rpc-ws, p2p, telemetry
EXPOSE
9933 9944 30333 9615
VOLUME
/var/lib/duniter
ENTRYPOINT
["docker-entrypoint"]
@@ -48,4 +48,5 @@ USER duniter
# Intall
COPY
--from=build /root/build/duniter /usr/local/bin/duniter
COPY
--from=build /root/build/duniter-cucumber /usr/local/bin/duniter-cucumber
COPY
docker/docker-entrypoint /usr/local/bin/
Loading