Codacy ID: 43110db9c4d74c6bb872c415b7388f35
File: EstateReportingAPI/Dockerfile
Line: 24
Rule: Security (High)
Commit: 35ddf021c1ad4f674c3c48ee9c45313b93ba2553
Message: By not specifying a USER, a program in the container may run as 'root'. This is a security hazard.
**Code Snippet:**
```csharp
ENTRYPOINT ["dotnet", "EstateReportingAPI.dll"]
```
Codacy ID:
43110db9c4d74c6bb872c415b7388f35File:
EstateReportingAPI/DockerfileLine: 24
Rule: Security (High)
Commit:
35ddf021c1ad4f674c3c48ee9c45313b93ba2553Message: By not specifying a USER, a program in the container may run as 'root'. This is a security hazard.