I am completely new to docker and have been working with basic commands.
I am trying to get a php files from a git repository and add it to a docker image that is a web app. I am also new to web apps and php, so how would you add php web files to the docker image which is running a we app?
Thanks in advance for your help.