BuildtimeDocker had a issue when using shared folder. When they use shared folder, the shared folder is owned by an account from docker container. So the files are not accessible from the host user. To remedy this issue, used --user option to set uid and gid of host user.
BuildtimeDocker had a issue when using shared folder. When they use shared folder, the shared folder is owned by an account from docker container. So the files are not accessible from the host user. To remedy this issue, used --user option to set uid and gid of host user.