diff --git a/cicd/Dockerfile b/cicd/Dockerfile index 93854fe..65d2f94 100644 --- a/cicd/Dockerfile +++ b/cicd/Dockerfile @@ -4,9 +4,9 @@ COPY . /app WORKDIR /app RUN yarn -RUN chmod -R 777 . WORKDIR /app/cicd RUN yarn -RUN chmod -R 777 . +RUN chmod -R 777 /app/scripts + ENTRYPOINT ["node"] \ No newline at end of file