Closed
Description
From a comment made by @smacker in PR #170 (comment)
Opening
/var/code-annotation/internal.db
will fail with error: directory doesn't exist.We have 3 options:
- change defaults
- change documentation
- add
mkdir
in Dockerfile (I prefer this one)