mirror of
https://codeberg.org/icewind/haze.git
synced 2026-06-03 17:14:08 +02:00
allow sudo
This commit is contained in:
parent
4456bd30d4
commit
3215f8a8d4
2 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
1
images/haze/configs/sudoers
Normal file
1
images/haze/configs/sudoers
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
haze ALL=(ALL) NOPASSWD: ALL
|
||||||
Loading…
Add table
Add a link
Reference in a new issue