1
0
Fork 0
mirror of https://codeberg.org/icewind/haze.git synced 2026-06-03 09:04:12 +02:00

allow sudo

This commit is contained in:
Robin Appelman 2021-04-08 14:49:38 +02:00
commit 3215f8a8d4
2 changed files with 2 additions and 0 deletions

View file

@ -28,6 +28,7 @@ ADD configs/cron.conf /etc/oc-cron.conf
RUN crontab /etc/oc-cron.conf RUN crontab /etc/oc-cron.conf
ADD misc/bootstrap.sh misc/occ misc/tests misc/phpunit misc/install misc/occ misc/integration /usr/local/bin/ ADD misc/bootstrap.sh misc/occ misc/tests misc/phpunit misc/install misc/occ misc/integration /usr/local/bin/
ADD configs/sudoers /etc/sudoers.d/haze
ENV WEBROOT /var/www/html ENV WEBROOT /var/www/html

View file

@ -0,0 +1 @@
haze ALL=(ALL) NOPASSWD: ALL