Fixed
- Start Oikos directly as the assigned user when the container is launched as a non-root user. The entrypoint switched to the
nodeuser withgosu, which only works when the container starts as root, so platforms that run the container under a fixed non-root user (and chown the volumes with a separate init step) could not start Oikos. The entrypoint now only fixes ownership and drops privileges when running as root, and otherwise runs directly as the assigned user. Normal Docker and Docker Compose deployments are unaffected.