Skip to content

Commit dc6f38e

Browse files
f15uTrafeX
authored andcommitted
build: create an alias for php
1 parent d1772a6 commit dc6f38e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

+2
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ RUN apk add --no-cache \
2929
php84-xmlwriter \
3030
supervisor
3131

32+
RUN ln -s /usr/bin/php84 /usr/bin/php
33+
3234
# Configure nginx - http
3335
COPY config/nginx.conf /etc/nginx/nginx.conf
3436
# Configure nginx - default server

0 commit comments

Comments
 (0)