changed .containers file to go in main containers dir changed .conf/systemd containers to be symlinks to main containers dir
10 lines
142 B
Django/Jinja
10 lines
142 B
Django/Jinja
#! /bin/sh
|
|
#
|
|
# build.sh
|
|
#
|
|
# Distributed under terms of the MIT license.
|
|
#
|
|
|
|
buildah bud -f Containerfile -t clightning:{{clightning_version}}
|
|
|