Skip to content

Commit 47835d7

Browse files
edubarrTrafeX
authored andcommitted
Create alias for php in Dockerfile
Added a symbolic link for PHP alias.
1 parent 6b92c75 commit 47835d7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ RUN apk add --no-cache \
4343
php85-xmlwriter \
4444
supervisor
4545

46+
# Create alias to php
47+
RUN ln -s /usr/bin/php85 /usr/bin/php
48+
4649
# Configure nginx - http
4750
COPY config/nginx.conf /etc/nginx/nginx.conf
4851
# Configure nginx - default server

0 commit comments

Comments
 (0)