build: create an alias for php

This commit is contained in:
Federico Biccheddu
2025-02-21 13:12:04 +01:00
committed by Tim de Pater
parent d1772a6041
commit dc6f38e97e

View File

@@ -29,6 +29,8 @@ RUN apk add --no-cache \
php84-xmlwriter \ php84-xmlwriter \
supervisor supervisor
RUN ln -s /usr/bin/php84 /usr/bin/php
# Configure nginx - http # Configure nginx - http
COPY config/nginx.conf /etc/nginx/nginx.conf COPY config/nginx.conf /etc/nginx/nginx.conf
# Configure nginx - default server # Configure nginx - default server