Ahmad Faris commited on
Commit
18bc0d3
·
1 Parent(s): ffdaa94

change : start.sh

Browse files
Files changed (1) hide show
  1. start.sh +2 -2
start.sh CHANGED
@@ -3,9 +3,9 @@
3
  # Start GOST in background
4
  n8n start &
5
 
6
- sleep 5
7
 
8
- npm install @telepilotco/n8n-nodes-telepilot
9
 
10
  # Start Nginx in foreground (so container stays alive)
11
  nginx -g "daemon off;"
 
3
  # Start GOST in background
4
  n8n start &
5
 
6
+ sleep 10
7
 
8
+ cd ~/.n8n/nodes && npm install @telepilotco/n8n-nodes-telepilot
9
 
10
  # Start Nginx in foreground (so container stays alive)
11
  nginx -g "daemon off;"