nsarrazin commited on
Commit
df9e3c5
·
unverified ·
1 Parent(s): cc94b85

fix build path

Browse files
Files changed (1) hide show
  1. entrypoint.sh +1 -1
entrypoint.sh CHANGED
@@ -4,7 +4,7 @@
4
  mongod &
5
 
6
  # Start the chat-ui process
7
- pm2 start /app/build/index.js -i $CPU_CORES --no-daemon &
8
 
9
  # Wait for any process to exit
10
  wait -n
 
4
  mongod &
5
 
6
  # Start the chat-ui process
7
+ pm2 start /app/chat-ui/build/index.js -i $CPU_CORES --no-daemon &
8
 
9
  # Wait for any process to exit
10
  wait -n