Add first docker and docker-compose support

This commit is contained in:
Oscar Vicente Perez 2023-08-14 16:28:23 +02:00
commit bec242d841
5 changed files with 46 additions and 1 deletions

View file

@ -31,7 +31,7 @@ These are the basic steps for working with the starter. For detailed guidance on
3. Run `npm i` to install dependencies.
4. Open the project in your editor.
5. Browse the examples in `/nodes` and `/credentials`. Modify the examples, or replace them with your own nodes.
6. Update the `package.json` to match your details.
6. Update the `package.json` to match your details. Also update the `run.sh` with your package (In `package.json` => "name") name.
7. Run `npm run lint` to check for errors or `npm run lintfix` to automatically fix errors when possible.
8. Test your node locally. Refer to [Run your node locally](https://docs.n8n.io/integrations/creating-nodes/test/run-node-locally/) for guidance.
9. Replace this README with documentation for your node. Use the [README_TEMPLATE](README_TEMPLATE.md) to get started.