Compare commits

..

No commits in common. "d1a64d653837d1aa1b64e71f750326ae28aed7e3" and "2c1e992147f7c548e04a1ad0e46e2bbde14eab07" have entirely different histories.

View File

@ -11,4 +11,4 @@ RUN chmod +x /usr/local/bin/libnotices.py
RUN chown www-data:www-data /var/www -R
RUN apt clean
EXPOSE 80
CMD ( cron -l 8 & ) && su - www-data -s /bin/bash python3 /usr/local/bin/libnotices.py && apache2ctl -D FOREGROUND
CMD ( cron -l 8 & ) && su -u www-data python3 /usr/local/bin/libnotices.py && apache2ctl -D FOREGROUND