We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c663cc6 commit 872ea18Copy full SHA for 872ea18
2 files changed
experimental/php8.3/apache-event-fpm/Dockerfile
@@ -150,6 +150,8 @@ RUN set -eux; \
150
touch /etc/apache2/sites-available/000-default.conf; \
151
mkdir -p /etc/apache2/conf-enabled; \
152
mkdir -p /etc/apache2/mpm-overrides; \
153
+ mkdir -p /var/run/php; \
154
+ chown www-data:www-data /var/run/php; \
155
chown -R ${INRAGE_USER_ID}:${INRAGE_GROUP_ID} \
156
"${PHP_INI_DIR}/conf.d" \
157
/etc/apache2/sites-available/000-default.conf \
experimental/php8.3/apache-event-fpm/docker-entrypoint.sh
@@ -38,11 +38,6 @@ process_templates() {
38
_gotpl "msmtprc.tmpl" "/etc/msmtprc"
39
}
40
41
-# socket dir (runtime)
42
-mkdir -p /var/run/php
43
-chown www-data:www-data /var/run/php
44
-chmod 0755 /var/run/php
45
-
46
process_templates
47
exec_init_scripts
48
0 commit comments