10 lines
147 B
Django/Jinja
10 lines
147 B
Django/Jinja
#! /bin/sh
|
|
#
|
|
# build.sh
|
|
#
|
|
# Distributed under terms of the MIT license.
|
|
#
|
|
|
|
buildah bud -f Containerfile -t clightning-node:{{clightning_version}}
|
|
|