We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e9de5ed + 7e9bc10 commit 76d1501Copy full SHA for 76d1501
2 files changed
SecurityService/Dockerfile
@@ -33,4 +33,5 @@ RUN dotnet publish "SecurityService.csproj" -c Release -o /app
33
FROM base AS final
34
WORKDIR /app
35
COPY --from=publish /app .
36
+USER app
37
ENTRYPOINT ["dotnet", "SecurityService.dll"]
SecurityServiceTestUI/Dockerfile
@@ -32,5 +32,5 @@ RUN dotnet publish "SecurityServiceTestUI.csproj" -c Release -o /app/publish
32
COPY --from=publish /app/publish .
-
ENTRYPOINT ["dotnet", "SecurityServiceTestUI.dll"]
0 commit comments