Hello,
I use custom image docker to test new node added to n8n. However, after merging latest master, we have an issue in deploying docker image.
I use this command to generate docker
docker build -t wassim/n8n:0.116.1 -f docker/images/n8n-custom/Dockerfile .
However when deploying it, we have this issue :
n8n_1 | Initializing n8n process
n8n_1 | There was an error initializing DB: "SQLite package has not been found installed. Try to install it: npm install sqlite3 --save"
n8n_1 |
n8n_1 | Stopping n8n...
Information on your n8n setup
- n8n version: 0.186.1