mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
fix(docker): swap package cgit -> cgit-aurweb
Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
parent
65240c8343
commit
c4163547f6
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue