Force recreating of php symlink in xdebug dockerfile

This commit is contained in:
Dale Davies
2023-03-27 16:39:09 +01:00
parent c0519d9ec0
commit c7dcf65644

View File

@@ -43,7 +43,7 @@ RUN apk add --no-cache \
php81-xdebug
# Create symlink for anything expecting to use "php".
RUN ln -s /usr/bin/php8 /usr/bin/php
RUN ln -s -f /usr/bin/php8 /usr/bin/php
# Nginx config.
COPY docker/nginx.conf /etc/nginx/nginx.conf