django rest api container permission denied
Rowdy van Frederikslust
0
Reputation points
i have created a django web app with a front end that is doing a post api request to a api of the same app. However when running this application locally everything works. But when deployed i get the following error:
(Docker API responded with status code=BadRequest, response={"message":"OCI runtime create failed: runc create failed: unable to start container process: error during container init: mkdir /home/site: permission denied: unknown"}
cant find the solution online how can i resolve this?
Sign in to answer