From 4792cca9086cb5a2c26ac6f5254209472107dffd Mon Sep 17 00:00:00 2001 From: Webber Date: Wed, 29 Jan 2020 23:45:34 +0100 Subject: [PATCH] Add steps to dockerfile --- action/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/action/Dockerfile b/action/Dockerfile index 6aa1a3f..f420b80 100644 --- a/action/Dockerfile +++ b/action/Dockerfile @@ -10,6 +10,8 @@ LABEL "repository"="http://github.com/webbertakken/unity-actions" LABEL "homepage"="http://github.com/webbertakken/unity-actions" LABEL "maintainer"="Webber Takken " +ADD steps /steps +RUN chmod -R +x /steps ADD entrypoint.sh /entrypoint.sh RUN chmod +x /entrypoint.sh ENTRYPOINT ["/entrypoint.sh"]