diff --git a/Dockerfile b/Dockerfile index 9ef7751..0619c50 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,12 +29,5 @@ ENV PATH=$PATH:/usr/share/dotnet # Verify .NET installation RUN dotnet --version -# Switch back to the original user (if act_runner has a specific user) # Check what user the base image uses -RUN id - -# Keep the original entrypoint from act_runner -# The base image will handle the act_runner functionality - -# Switch back to the original user -USER runner \ No newline at end of file +RUN id \ No newline at end of file