Skip to content
Snippets Groups Projects
Select Git revision
  • f37c231d519e06aa124445dbe531e0f5cd0fc8ac
  • main default protected
  • release/1.1
  • encrypt_comments
  • mnemonic_dewif
  • authors_rules
  • 0.14
  • rtd
  • 1.2.1 protected
  • 1.2.0 protected
  • 1.1.1 protected
  • 1.1.0 protected
  • 1.0.0 protected
  • 1.0.0rc1 protected
  • 1.0.0rc0 protected
  • 1.0.0-rc protected
  • 0.62.0 protected
  • 0.61.0 protected
  • 0.60.1 protected
  • 0.58.1 protected
  • 0.60.0 protected
  • 0.58.0 protected
  • 0.57.0 protected
  • 0.56.0 protected
  • 0.55.1 protected
  • 0.55.0 protected
  • 0.54.3 protected
  • 0.54.2 protected
28 results

heads.py

Blame
  • docker.sh 408 B
    #!/usr/bin/env bash
    # This script is meant to be run on Unix/Linux based systems
    set -e
    
    echo "*** Start Duniter node ***"
    
    cd $(dirname ${BASH_SOURCE[0]})/..
    
    mkdir -p build
    cp target/release/duniter build/duniter
    docker build -t "duniter/duniter-v2s:local" -f ".maintain/local-docker-test-network/duniter.Dockerfile" .
    
    #docker compose down --remove-orphans
    #docker compose run --rm --service-ports dev $@