Skip to content

Commit

Permalink
temp extend sudo rights for www-data because of execution problems vi…
Browse files Browse the repository at this point in the history
…a php. lets wait and integrate the new python files and check if we can change it back
  • Loading branch information
vgarcia007 committed Sep 30, 2024
1 parent 7d9a553 commit 55d37f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ RUN cp /etc/lighttpd/conf-available/10-fastcgi.conf /etc/lighttpd/conf-enabled/
RUN mkdir -p /var/run/lighttpd
RUN touch /var/run/lighttpd/php-fastcgi.socket
RUN chown -R www-data /var/run/lighttpd
RUN echo 'www-data ALL=(NAS) NOPASSWD:ALL' >> /etc/sudoers
RUN echo 'www-data ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers

ENV NAME="Scanner"
ENV MODEL="MFC-L2700DW"
Expand Down

0 comments on commit 55d37f9

Please sign in to comment.