How can I set up and run a very simple php-apache server in a docker container that's already using another image?
I'm tasked with creating a very simple, web browser accessible gui that can run a specific java file within a docker container. To do this I've chosen to set up a php-apache server that serves an index.php document with the…