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