Files
fn-serverless/api
Reed Allman dd2af59fc7 fixes make run-docker (#471)
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)
2017-01-03 20:41:05 +01:00
..
2017-01-03 20:41:05 +01:00
2016-12-07 17:16:48 -02:00
2017-01-03 20:41:05 +01:00