From 3bd1ad0164ed1856a044f1788fe4ac859f65975e Mon Sep 17 00:00:00 2001 From: Scion Date: Mon, 7 Jul 2025 21:39:12 -0700 Subject: [PATCH] test --- dotnet/dotnet-10/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotnet/dotnet-10/Dockerfile b/dotnet/dotnet-10/Dockerfile index 013c66b..f8105a6 100644 --- a/dotnet/dotnet-10/Dockerfile +++ b/dotnet/dotnet-10/Dockerfile @@ -12,4 +12,4 @@ RUN dotnet tool install --global NuGetForUnity.Cli COPY nuget_utils.sh /nuget_utils.sh COPY entrypoint.sh /entrypoint.sh RUN chmod +x /entrypoint.sh -ENTRYPOINT ["/entrypoint.sh"] \ No newline at end of file +ENTRYPOINT ["/entrypoint.sh"]