diff --git a/Dockerfile b/Dockerfile index bc0dceb..12bdd78 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,12 +12,6 @@ RUN dotnet publish "LiteCharmsScheduler/LiteCharmsScheduler.csproj" -c Release - FROM mcr.microsoft.com/dotnet/aspnet:10.0 AS final WORKDIR /app -RUN addgroup --system --gid 1000 appgroup && \ - adduser --system --uid 1000 --ingroup appgroup appuser - COPY --from=build /app/publish . -RUN chown -R appuser:appgroup /app -USER appuser - ENTRYPOINT ["dotnet", "LiteCharmsScheduler.dll"] \ No newline at end of file