-
Notifications
You must be signed in to change notification settings - Fork 460
Open
Labels
Geti Tune BackendIssues related to Geti Tune Studio backendIssues related to Geti Tune Studio backend
Description
The Geti Tune Docker image uses root as default user, which is not ideal from a security perspective.
A non-root user can be added to the Dockerfile as follows:
RUN useradd -m -u 10001 non-root && chown -R non-root:non-root /application
USER non-rootTry to add the non-root user and verify that everything still works correctly. Some adjustments may be necessary, e.g. change nginx to run on a non-privileged port. Privileges may be also needed to attach devices (e.g. cameras).
Metadata
Metadata
Assignees
Labels
Geti Tune BackendIssues related to Geti Tune Studio backendIssues related to Geti Tune Studio backend