-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[docker] Permission denied: '/home/sydent/src/requirements.txt' #570
Comments
Related Docker permission issues in Synapse for reference: |
Are you sure that it is not related to something in your environment ? |
Indeed, it's surprising that I'm the only one with this problem. I had to comment out this line ( Apart from the docker version (Docker version 20.10.21, build 20.10.21-0ubuntu1~22.04.3), I don't see how my environment could interfere, which is the main purpose of Docker. |
Same issue here. Could solve the problem? |
I solve the problem putting: USER root # before WORDIR /home/sydent/src |
WORKDIR /home/sydent/src
create the directory as rootbut
python -m poetry export -o requirements.txt
run as sydentThe text was updated successfully, but these errors were encountered: