diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2023-07-24 14:38:43 +0200 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2023-07-24 14:38:43 +0200 |
commit | 8f432e1b1d42d1a45597c32256af9b611b422000 (patch) | |
tree | 0c2851b8851dbb7b0d306a51480fde6eb58eb725 /scripts | |
parent | f7757c1925b017b437de5b0e65cff309a4b857c9 (diff) | |
download | aurbuilder-8f432e1b1d42d1a45597c32256af9b611b422000.tar.gz |
move container files to subfolder, add nginx conf
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/build_container.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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" |