diff --git a/docker/production/Dockerfile b/docker/production/Dockerfile index 419cac393..aaef29f9d 100644 --- a/docker/production/Dockerfile +++ b/docker/production/Dockerfile @@ -100,7 +100,7 @@ COPY docker/production/etc/php/conf.d/zzz-custom-php.ini /usr/local/etc/php/conf ENV PHP_OPCACHE_ENABLE=1 # Configure entrypoint -COPY --chmod=755 docker/production/entrypoint.d/ /usr/local/bin/entrypoint.d/ +COPY --chmod=755 docker/production/entrypoint.d/ /etc/entrypoint.d # Copy application files from previous stages COPY --from=base --chown=www-data:www-data /var/www/html/vendor ./vendor