This commit is contained in:
2023-03-12 21:37:38 -07:00
parent 5cfb2b1a44
commit b399618605
3 changed files with 7 additions and 7 deletions

View File

@@ -8,7 +8,7 @@ RUN chmod +x /entrypoint.sh
COPY install-dotnet.sh /
RUN bash /install-dotnet.sh
COPY UnityBuilder /usr/local/bin/
ADD https://minio.studiowhy.net/hackmd/UnityBuilder /usr/local/bin/
RUN chmod +x /usr/local/bin/UnityBuilder
ENTRYPOINT ["/entrypoint.sh"]