From da943fcfe9700e3b00206c70b60cc40e399814e0 Mon Sep 17 00:00:00 2001 From: Gitouche <26656-gitouche@users.noreply.framagit.org> Date: Sat, 5 Mar 2022 00:21:38 +0100 Subject: [PATCH] Matrix : BUILD YOUR OWN IMAGES 2 --- podman-matrix/05_freshinstall.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/podman-matrix/05_freshinstall.sh b/podman-matrix/05_freshinstall.sh index ee1a351..d600749 100755 --- a/podman-matrix/05_freshinstall.sh +++ b/podman-matrix/05_freshinstall.sh @@ -15,6 +15,7 @@ if podman volume exists ${confvolume} || podman volume exists ${dbvolume}; then exit 1 fi +source ${ABSDIR}/zz_build-images.sh && podman volume create ${confvolume} && \ podman volume create ${dbvolume} && \ podman run -it --name ${container_name}-generate --mount type=volume,src=${confvolume},dst=/data -e SYNAPSE_SERVER_NAME=${GARBAYE_MATRIX_DOMAIN} -e SYNAPSE_REPORT_STATS=no ${synapse_image}:${synapse_version} generate && \