Add steps to dockerfile

This commit is contained in:
Webber
2020-01-29 23:45:34 +01:00
committed by Webber Takken
parent 28154ea36e
commit 686f633329

View File

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