mirror of
https://github.com/daledavies/jump.git
synced 2026-02-02 12:39:09 +01:00
Force recreating of php symlink in xdebug dockerfile
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user