fix: image

This commit is contained in:
u00lipp
2025-10-27 10:35:35 +01:00
parent e8f60e9e1d
commit 7ec5bfe94e
2 changed files with 3 additions and 0 deletions
+3
View File
@@ -24,6 +24,9 @@
# Provide php alias
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
RUN addgroup -S web && adduser -S web -G web \
&& mkdir -p /run/nginx /run/php /var/www/html /var/log/supervisor