We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 397b58a commit bb5751aCopy full SHA for bb5751a
Dockerfile
@@ -41,6 +41,9 @@ COPY config/supervisord.conf /etc/supervisor/conf.d/supervisord.conf
41
# Make sure files/folders needed by the processes are accessable when they run under the nobody user
42
RUN chown -R nobody.nobody /var/www/html /run /var/lib/nginx /var/log/nginx
43
44
+# Create symlink for php
45
+RUN ln -s /usr/bin/php82 /usr/bin/php
46
+
47
# Switch to use a non-root user from here on
48
USER nobody
49
0 commit comments