From 686f6333290be0b4bfd7c23e9acce92ce8e4511a 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"]