From e11b199e1621d3f700b3eb0191c56a1fd31d5bdd Mon Sep 17 00:00:00 2001 From: KWON Date: Fri, 26 Dec 2025 12:42:05 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20Dockerfile=20entrypoint.sh=20=EA=B2=BD?= =?UTF-8?q?=EB=A1=9C=20=EC=88=98=EC=A0=95=20(8.2/entrypoint.sh,=208.4/entr?= =?UTF-8?q?ypoint.sh)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 8.2/Dockerfile | 2 +- 8.4/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/8.2/Dockerfile b/8.2/Dockerfile index b9a962c..3386b39 100644 --- a/8.2/Dockerfile +++ b/8.2/Dockerfile @@ -68,7 +68,7 @@ RUN curl -sS https://getcomposer.org/installer | php \ WORKDIR /var/www/html VOLUME /var/www/html -COPY entrypoint.sh /usr/local/bin/ +COPY 8.2/entrypoint.sh /usr/local/bin/ RUN chmod +x /usr/local/bin/entrypoint.sh ENTRYPOINT ["entrypoint.sh"] diff --git a/8.4/Dockerfile b/8.4/Dockerfile index b610a4d..8e89a78 100644 --- a/8.4/Dockerfile +++ b/8.4/Dockerfile @@ -68,7 +68,7 @@ RUN curl -sS https://getcomposer.org/installer | php \ WORKDIR /var/www/html VOLUME /var/www/html -COPY entrypoint.sh /usr/local/bin/ +COPY 8.4/entrypoint.sh /usr/local/bin/ RUN chmod +x /usr/local/bin/entrypoint.sh ENTRYPOINT ["entrypoint.sh"]