Hi, I am publishing asp.net application to docker. By http://www.hanselman.com/blog/PublishingAnASPNET5AppToDockerOnLinuxWithVisualStudio.aspx
VERBOSE: Step 1 : ADD . /app
I don't understand what does it mean /app, can we randomly name it? Say /app1 or /appTest or /appWhatEverItDoesn'tCare?