From 8f432e1b1d42d1a45597c32256af9b611b422000 Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Mon, 24 Jul 2023 14:38:43 +0200 Subject: move container files to subfolder, add nginx conf --- scripts/build_container.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/build_container.sh') diff --git a/scripts/build_container.sh b/scripts/build_container.sh index 614d34c..2e7a6e2 100755 --- a/scripts/build_container.sh +++ b/scripts/build_container.sh @@ -1,7 +1,7 @@ #!/bin/bash PODMAN=$(which podman) -DIR=${DIR:-/usr/share/aurbuilder} +DIR=${DIR:-/usr/share/aurbuilder/container} $PODMAN pull archlinux:base-devel $PODMAN build --no-cache -t aurbuilder "$DIR" -- cgit v1.2.3