Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0630972

Browse files
author
Romeo
committedApr 29, 2025
Change to forcing add php alias.
1 parent dc6f38e commit 0630972

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ RUN apk add --no-cache \
2929
php84-xmlwriter \
3030
supervisor
3131

32-
RUN ln -s /usr/bin/php84 /usr/bin/php
32+
RUN ln -sf /usr/bin/php84 /usr/bin/php
3333

3434
# Configure nginx - http
3535
COPY config/nginx.conf /etc/nginx/nginx.conf

0 commit comments

Comments
 (0)
Please sign in to comment.