ui-server
ui-server copied to clipboard
Use the same GID/UID as other Temporal projects
Other Temporal containers use UID/GID = 1000, see for example here https://github.com/temporalio/helm-charts/blob/master/values.yaml#L88
Web UI is the only one using UID 5000, so this patch fixes this inconsistency.