remove deprecated php symbolic link

This commit is contained in:
matti 2022-06-15 15:06:22 +02:00
parent 15e37b3cb7
commit 064a1cf964

View file

@ -13,9 +13,6 @@ RUN apk add --no-cache \
php8-fpm \ php8-fpm \
supervisor supervisor
# Create symlink so programs depending on `php` still function
RUN ln -s /usr/bin/php8 /usr/bin/php
# Configure nginx # Configure nginx
COPY config/nginx.conf /etc/nginx/nginx.conf COPY config/nginx.conf /etc/nginx/nginx.conf