Closed aisensiy closed 4 years ago
The __pycache__ files generated during docker build would be a root:root permission which will make the further build error in the host. I have this issue both in the self hosted env and the default github ubuntu container.
__pycache__
docker build
root:root
self hosted
ubuntu
:tada: This PR is included in version 1.8.1 :tada:
The release is available on GitHub release
Your semantic-release bot :package::rocket:
The
__pycache__
files generated duringdocker build
would be aroot:root
permission which will make the further build error in the host. I have this issue both in theself hosted
env and the default githububuntu
container.