Description
The application Dockerfile currently runs as the root user by default, a security risk in production environments. We must update the Dockerfile to follow best practices by creating and using a non-root user. This ensures the application runs with limited privileges, improving container security.
Tasks