We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dab1e67 commit 4689e12Copy full SHA for 4689e12
Dockerfile
@@ -8,6 +8,9 @@ RUN apk --no-cache add php8 php8-fpm php8-opcache php8-mysqli php8-json php8-ope
8
php8-mbstring php8-gd nginx supervisor curl && \
9
rm /etc/nginx/conf.d/default.conf
10
11
+# Create symlink so programs depending on `php` still function
12
+RUN ln -s /usr/bin/php8 /usr/bin/php
13
+
14
# Configure nginx
15
COPY config/nginx.conf /etc/nginx/nginx.conf
16
0 commit comments