Include default-build-script in docker

This commit is contained in:
Webber
2019-12-07 23:52:05 +01:00
committed by Webber Takken
parent 35e88ac302
commit c8b1b80829
3 changed files with 20 additions and 7 deletions

View File

@@ -9,6 +9,7 @@ LABEL "repository"="http://github.com/webbertakken/unity-actions"
LABEL "homepage"="http://github.com/webbertakken/unity-actions"
LABEL "maintainer"="Webber Takken <webber@takken.io>"
ADD default-build-script /UnityBuilderAction
ADD entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]