From 8be9068acdc255b9186036a24b772d8d5dcf2407 Mon Sep 17 00:00:00 2001 From: sokari Date: Mon, 16 Dec 2024 21:28:34 +0100 Subject: [PATCH] fix: wrong Dockerfile build for action --- action.Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/action.Dockerfile b/action.Dockerfile index 6fbd8c2..1d72116 100644 --- a/action.Dockerfile +++ b/action.Dockerfile @@ -15,4 +15,6 @@ COPY node_modules $APP_HOME/node_modules COPY packages/action/entrypoint.sh /entrypoint.sh +RUN chmod +x /entrypoint.sh + ENTRYPOINT ["/entrypoint.sh"] \ No newline at end of file