Add activation step

This commit is contained in:
Webber
2020-01-07 23:19:23 +01:00
committed by Webber Takken
parent 18488f9b04
commit 5c1d84357d
3 changed files with 93 additions and 0 deletions

View File

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