We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
php
1 parent d1772a6 commit dc6f38eCopy full SHA for dc6f38e
Dockerfile
@@ -29,6 +29,8 @@ RUN apk add --no-cache \
29
php84-xmlwriter \
30
supervisor
31
32
+RUN ln -s /usr/bin/php84 /usr/bin/php
33
+
34
# Configure nginx - http
35
COPY config/nginx.conf /etc/nginx/nginx.conf
36
# Configure nginx - default server
0 commit comments