chansung commited on
Commit
51d5752
1 Parent(s): 880ae7f

Update entrypoint.sh.template

Browse files
Files changed (1) hide show
  1. entrypoint.sh.template +1 -0
entrypoint.sh.template CHANGED
@@ -16,6 +16,7 @@ curl --retry 60 --retry-delay 10 --retry-connrefused http://127.0.0.1:8080/healt
16
  # Start the chat-ui process
17
  # pm2 start /app/build/index.js -i $CPU_CORES --no-daemon &
18
  ls -ltr
 
19
 
20
  # Wait for any process to exit
21
  wait -n
 
16
  # Start the chat-ui process
17
  # pm2 start /app/build/index.js -i $CPU_CORES --no-daemon &
18
  ls -ltr
19
+ python main.py &
20
 
21
  # Wait for any process to exit
22
  wait -n