mirror of
https://github.com/BastilleBSD/templates.git
synced 2025-12-11 01:11:08 +01:00
* README cleanup * template migration * convert percona to new bastillefile format * convert gitlab to bastillefile format * convert php to bastillefile format --------- Co-authored-by: Barry McCormick <bmccormick@debianbeast.maildragon.com>
8 lines
146 B
Plaintext
8 lines
146 B
Plaintext
PKG npm
|
|
CMD mkdir /usr/local/etc/rc.d/
|
|
CMD npm install pm2@latest -g
|
|
CMD npm install n8n@latest -g
|
|
CMD pm2 start n8n
|
|
CMD pm2 startup
|
|
CMD pm2 save
|