Giles Copp

Results 3 comments of Giles Copp

@loganfsmyth it’s not hard from what I’ve seen. I just didn’t have time today. Coming soon...

For anyone else looking, you can probably do this neatly on startup with your Dockerfile: ```dockerfile FROM mattrayner/lamp:latest-1804-php7 CMD ["/run.sh"] # See https://github.com/mattrayner/docker-lamp/issues/124 RUN ["sed", "-i", "s///g", "/etc/apache2/sites-available/000-default.conf"] RUN ["apachectl",...

Thanks for the reply! So, I wrote a PR, but then realized that I misconstrued slightly in that this issue is predicated on the output of the function being HTML....