Skip to content

Commit bb5751a

Browse files
C0mp4ctTrafeX
authored andcommitted
create symlinkg for php
1 parent 397b58a commit bb5751a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

+3
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ COPY config/supervisord.conf /etc/supervisor/conf.d/supervisord.conf
4141
# Make sure files/folders needed by the processes are accessable when they run under the nobody user
4242
RUN chown -R nobody.nobody /var/www/html /run /var/lib/nginx /var/log/nginx
4343

44+
# Create symlink for php
45+
RUN ln -s /usr/bin/php82 /usr/bin/php
46+
4447
# Switch to use a non-root user from here on
4548
USER nobody
4649

0 commit comments

Comments
 (0)