Describe the bug
I am using the docker-compose image to run WINGS. I can create components and initialize them. But the components are created with no execution permissions. As a result, the only way for me to change this is logging in the container and doing chmod on the script files
To Reproduce
Steps to reproduce the behavior:
- Import a domain (e.g., Caesar's cypher)
- Create a new component that requires running a scrip
- Run that component
- Error: permission denied
Expected behavior
I would like to be able to run the components I create