medizininformatik-initiative / feasibility-backend

Backend of the feasibility-gui.
Apache License 2.0
2 stars 5 forks source link

Set user by id in Dockerfile #234

Open juliangruendner opened 8 months ago

juliangruendner commented 8 months ago

The user should be set by id in the Dockerfile like in our other projects.

Set user id to 10001

Example see: https://github.com/medizininformatik-initiative/flare/blob/main/Dockerfile

When changing the user ensure that all the functions of the Backend still work.