From 7ecac19838263613149c9cd135ce53005a45d014 Mon Sep 17 00:00:00 2001 From: Alex Schouls Date: Sun, 24 Mar 2024 16:15:33 +0100 Subject: [PATCH] Updating executable permissions on setup file --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index c51cb34..9087b80 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,5 @@ FROM ghcr.io/actions/actions-runner:latest COPY ./setup.sh . +RUN chmod +x ./setup.sh CMD ["./setup.sh"] \ No newline at end of file