mirror of
https://github.com/aljazceru/cyphernode.git
synced 2025-12-28 10:05:18 +01:00
* v0.2.4-rc.1 * OTS patch (npm) for it to compile on aarch64 * Healthchecker was sometimes restarting bitcoin container * v0.2.4-rc.2 * v0.2.4
6 lines
82 B
Bash
Executable File
6 lines
82 B
Bash
Executable File
#!/bin/sh
|
|
|
|
VERSION=v0.2.4
|
|
|
|
docker build . -t cyphernode/cyphernodeconf:${VERSION}
|