fix: image
This commit is contained in:
@@ -24,6 +24,9 @@
|
|||||||
# Provide php alias
|
# Provide php alias
|
||||||
RUN ln -sf /usr/bin/php82 /usr/bin/php
|
RUN ln -sf /usr/bin/php82 /usr/bin/php
|
||||||
|
|
||||||
|
# Add custom PHP logging configuration
|
||||||
|
COPY zz-logging.ini /etc/php82/conf.d/
|
||||||
|
|
||||||
# Create user, dirs, and sockets
|
# Create user, dirs, and sockets
|
||||||
RUN addgroup -S web && adduser -S web -G web \
|
RUN addgroup -S web && adduser -S web -G web \
|
||||||
&& mkdir -p /run/nginx /run/php /var/www/html /var/log/supervisor
|
&& mkdir -p /run/nginx /run/php /var/www/html /var/log/supervisor
|
||||||
|
|||||||
Reference in New Issue
Block a user