Issue : I am using Docker(Linux Container) on Windows 10 Pro. I created a docker build for the flask application.After i run the application i get the PermissionError: [Errno 13] Permission denied: ‘/dir/app.py’
docker version
Client: Docker Engine - Community
Version: 18.09.2
API version: 1.39
Go version: go1.10.8
Git commit: 6247962
Built: Sun Feb 10 04:12:31 2019
OS/Arch: windows/amd64
Experimental: false
Server: Docker Engine - Community
Engine:
Version: 18.09.2
API version: 1.39 (minimum version 1.12)
Go version: go1.10.6
Git commit: 6247962
Built: Sun Feb 10 04:13:06 2019
OS/Arch: linux/amd64
Experimental: false
I get similar error while trying the post below, so below post can be used to reproduce the error