ankush13r commited on
Commit
a61823e
·
verified ·
1 Parent(s): 6a3c417

Update entrypoint.sh.template

Browse files
Files changed (1) hide show
  1. entrypoint.sh.template +1 -1
entrypoint.sh.template CHANGED
@@ -14,7 +14,7 @@
14
 
15
  # Start the chat-ui process
16
  export PUBLIC_VERSION="2.0"
17
- dotenv -e /app/.env.local -e /app/.env -c -- pm2 start /app/build/index.js -i 8 --no-daemon &
18
  rm -f /app/.env.local -e /app/.env
19
 
20
  # Wait for any process to exit
 
14
 
15
  # Start the chat-ui process
16
  export PUBLIC_VERSION="2.0"
17
+ dotenv -e /app/.env.local -e /app/.env -c -- pm2 start /app/build/index.js -i 4 --no-daemon &
18
  rm -f /app/.env.local -e /app/.env
19
 
20
  # Wait for any process to exit