diff --git a/dotnet/dotnet/Dockerfile b/dotnet/dotnet/Dockerfile index 3299740..4c7f0de 100644 --- a/dotnet/dotnet/Dockerfile +++ b/dotnet/dotnet/Dockerfile @@ -13,4 +13,4 @@ RUN dotnet tool install --global NuGetForUnity.Cli --version ${NUGETFORUNITY_VER 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"]