2👍
Grant access to execute your file:
sudo chmod 666 /var/log/gunicorn.error.log
Or run a command with root privileges:
sudo ./your_entrypoint _file
Source:stackexchange.com
2👍
Grant access to execute your file:
sudo chmod 666 /var/log/gunicorn.error.log
Or run a command with root privileges:
sudo ./your_entrypoint _file