This commit is contained in:
2025-07-07 21:54:57 -07:00
parent 3bd1ad0164
commit 9f1ab38a9b

View File

@@ -13,4 +13,4 @@ RUN dotnet tool install --global NuGetForUnity.Cli --version ${NUGETFORUNITY_VER
COPY nuget_utils.sh /nuget_utils.sh COPY nuget_utils.sh /nuget_utils.sh
COPY entrypoint.sh /entrypoint.sh COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh RUN chmod +x /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"] ENTRYPOINT ["/entrypoint.sh"]