Create symlink to php

migrate-github-actions 2.0.2
Tim de Pater 2021-05-17 13:03:59 +02:00
parent dab1e6766f
commit 4689e12a6a
No known key found for this signature in database
GPG Key ID: BFE5D809439C9723
1 changed files with 3 additions and 0 deletions

View File

@ -8,6 +8,9 @@ RUN apk --no-cache add php8 php8-fpm php8-opcache php8-mysqli php8-json php8-ope
php8-mbstring php8-gd nginx supervisor curl && \
rm /etc/nginx/conf.d/default.conf
# 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