From b351c2174a3a6f8e18c43551865ecce3eadf0376 Mon Sep 17 00:00:00 2001 From: justgoodin Date: Sun, 27 Jun 2021 01:52:58 +0530 Subject: [PATCH] FIX: Attemtep fix --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 2718fc1..1000822 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,6 +19,7 @@ RUN curl -sL https://deb.nodesource.com/setup_12.x | bash - RUN apt-get install -y nodejs COPY entrypoint.sh /entrypoint.sh +RUN ["chmod", "+x", "/entrypoint.sh"] ENTRYPOINT ["/entrypoint.sh"]