codimd
codimd copied to clipboard
Fix issue with SQlite connection
trafficstars
The current docker image doesn't work with SQLite.
There are two main issues :
- pcheck is executed even if the $CMD_DB_URL connection is configured to use an sqlite database
- the sqlite3 node package is not installed by default
The current fix resolve these two issues.