runtime error

The Dockerfile's USER directive references a user that is not present in the image's /etc/passwd. Use a numeric UID, or ensure the user is created (e.g. via `useradd`) before the USER directive.

Container logs:

Fetching error logs...