Compare commits

..

No commits in common. "e4bee8268fa5eabfb5e52520b885738f52cab52d" and "165d1e0f246dc4ea4e7f7c22549d2e66a4574823" 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 ["/bin/bash -c cron -l 8","/bin/bash -c su - www-data -s /bin/bash python3 /usr/local/bin/libnotices.py", "/bin/bash -c apache2ctl -D FOREGROUND"]