flask-to-do
flask-to-do copied to clipboard
Error bringing up the project
On running command docker-compose up --build
Recreating flask-to-do_web_dev_1 ... error
ERROR: for flask-to-do_web_dev_1 Cannot start service web_dev: OCI runtime create failed: container_linux.go:348: starting container process caused "chdir to cwd (\"/usr/src/app\") set in config.json failed: permission denied": unknown
ERROR: for web_dev Cannot start service web_dev: OCI runtime create failed: container_linux.go:348: starting container process caused "chdir to cwd (\"/usr/src/app\") set in config.json failed: permission denied": unknown
ERROR: Encountered errors while bringing up the project.
Looks like you have problems related to permissions it self. Did you try building it with sudo?