fix: update Dockerfile entrypoint path to /etc/entrypoint.d
This commit is contained in:
@@ -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
|
ENV PHP_OPCACHE_ENABLE=1
|
||||||
|
|
||||||
# Configure entrypoint
|
# 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 application files from previous stages
|
||||||
COPY --from=base --chown=www-data:www-data /var/www/html/vendor ./vendor
|
COPY --from=base --chown=www-data:www-data /var/www/html/vendor ./vendor
|
||||||
|
Reference in New Issue
Block a user