Open resulraveendran opened 1 year ago
I have got same error how to solve
Same here
rasa-core default not running root in docker. you can edit docker-compose.yaml. add user: root:root
This change on docker-compose.yml ( user: root) works for me:
rasa-core: image: rasa/rasa:latest container_name: chat_rasa_core user: root env_file:
I encountered a permission error when attempting to change the permissions of the 'wait-for-it.sh' script within a Docker container. Here are the details: When i do make run
Error message:
Steps to Reproduce:
1)open makefile path terminal 2)make run command 3)Monitor the logs of the chat_rasa_core container using docker logs chat_rasa_core --tail 100 -f. 4)Observe the permission error message when the chmod command is executed.