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"]