The Docker image (Windows-based) includes an application directory at C:\\App. Inside that directory reside several sub-folders and files, including a batch file ca
C:\\App
WORKDIR /App is a command you can use in your dockerfile to change the working directory.
WORKDIR /App