relis
relis copied to clipboard
List of config files not showing
After a fresh install, I create a new project and generate a config file. The list of config files generated does not appear to install the project. It probably is an access right issue.
As workaround execute the following: 1- connect inside your docker container using the command "docker-compose exec relis-application-service bash" from the directory relis_deployment/ 2- run : chmod -R 777 workspace
It should be solved with #91 Pending for testing