fix(docker): swap package cgit -> cgit-aurweb

Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
Kevin Morris 2021-10-20 17:31:27 -07:00
parent 65240c8343
commit c4163547f6
No known key found for this signature in database
GPG key ID: F7E46DED420788F3
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@ set -eou pipefail
pacman -Syu --noconfirm --noprogressbar \
--cachedir .pkg-cache git gpgme nginx redis openssh \
mariadb mariadb-libs cgit uwsgi uwsgi-plugin-cgi \
mariadb mariadb-libs cgit-aurweb uwsgi uwsgi-plugin-cgi \
php php-fpm memcached php-memcached python-pip pyalpm \
python-srcinfo curl libeatmydata

View file

@ -1,4 +1,4 @@
#!/bin/bash
exec uwsgi --socket 0.0.0.0:${1} \
--plugins cgi \
--cgi /usr/share/webapps/cgit/cgit.cgi
--cgi /usr/share/webapps/cgit-aurweb/cgit.cgi