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