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"]