Skip to content

Commit

Permalink
Force php symlink creation
Browse files Browse the repository at this point in the history
  • Loading branch information
daledavies committed Jun 6, 2022
1 parent c9bbc90 commit 064137a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ RUN apk add --no-cache \
php8-zlib

# Create symlink for anything expecting to use "php".
RUN ln -s /usr/bin/php8 /usr/bin/php
RUN ln -s -f /usr/bin/php8 /usr/bin/php

# Nginx config.
COPY docker/nginx.conf /etc/nginx/nginx.conf
Expand Down

0 comments on commit 064137a

Please sign in to comment.