mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
since the db files were being created inside of the docker container with only permissions for the root user to rwx and docker run needs all of $PWD to be readable in order to build a docker container on the host, `make run-docker` was broken on any subsequent runs. If we create more permissive permissions then we don't have that issue (group +rx)