From 22ebf45b5e5db2d4fc415bb21e571d627ff78a84 Mon Sep 17 00:00:00 2001 From: urania-dev Date: Fri, 9 Aug 2024 00:47:27 +0200 Subject: [PATCH] dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 48e6b6a..d280e28 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,6 +19,7 @@ RUN npm run build # Copy the entrypoint script COPY entrypoint.sh /usr/local/bin/entrypoint.sh +RUN chmod +x /usr/local/bin/entrypoint.sh # Set the entrypoint ENTRYPOINT ["entrypoint.sh"]