Ayushdavidkushwahaaaa commited on
Commit
4b95470
·
verified ·
1 Parent(s): 503a918

Update entrypoint.sh

Browse files
Files changed (1) hide show
  1. entrypoint.sh +3 -0
entrypoint.sh CHANGED
@@ -12,6 +12,9 @@ fi
12
  # Start the Rasa server
13
  rasa run -m models --enable-api --cors "*" --debug --port 5005 &
14
 
 
 
 
15
  # Start the Rasa Actions server
16
  rasa run actions --actions actions --debug --port 5055 &
17
 
 
12
  # Start the Rasa server
13
  rasa run -m models --enable-api --cors "*" --debug --port 5005 &
14
 
15
+ # Wait a bit to ensure the Rasa server starts
16
+ sleep 5
17
+
18
  # Start the Rasa Actions server
19
  rasa run actions --actions actions --debug --port 5055 &
20