The intent of this PR is to improve the user experience of linux Users.
These is the list of changes:
Creates a decidim user in Dockerfile-dev.
Adds an entry point that can be used in docker-compose to execute everyting with decidim user making that all files generated inside the container have the same uid and guid that the user outside it.
Fixes bug when construncting development image: current version shows an apt-get install -y without any package specified.
The intent of this PR is to improve the user experience of linux Users.
These is the list of changes: