Set a user with less privileges in Dockerfiles
The Dockerfiles were all using the root
user as default. With this PR, we create a new user with less privileges to run the services.
We also set a memory limit for Pulsar
Edited by Martin Fontanet
The Dockerfiles were all using the root
user as default. With this PR, we create a new user with less privileges to run the services.
We also set a memory limit for Pulsar