From 3f3d3d7e3609ad71317c0c049383a34ad77356d5 Mon Sep 17 00:00:00 2001 From: ivamp Date: Mon, 3 Jun 2024 18:19:04 +0800 Subject: [PATCH] test --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 3ece462..9cc8237 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,5 +23,6 @@ RUN rm /usr/local/bin/install-php-extensions && rm -rf /var/lib/apt/lists/* && r WORKDIR /var/www/html COPY entrypoint.sh /entrypoint.sh +RUN chmod +x /entrypoint.sh ENTRYPOINT [ "/entrypoint.sh" ] \ No newline at end of file