fix: update Dockerfile entrypoint path to /etc/entrypoint.d

This commit is contained in:
Andras Bacsai
2024-12-16 12:08:30 +01:00
parent 52310fd21a
commit e0e2126f38

View File

@@ -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