* correct path for profiler output

This commit is contained in:
2022-06-17 21:55:44 +03:00
parent de93f6746b
commit 04d399489b
3 changed files with 3 additions and 10 deletions

View File

@ -33,13 +33,6 @@ RUN if [ ${INSTALL_PEAR_MAIL} = true ]; then \
COPY ./xdebug.ini /usr/local/etc/php/conf.d/xdebug.ini
###########################################################################
# Permission denied on /tmp folder:
###########################################################################
RUN mkdir /php-tmp && chmod 777 -R /php-tmp && chmod o+t -R /php-tmp
RUN sed -i "s/^;upload_tmp_dir =.*/upload_tmp_dir = \/php-tmp/g" "$PHP_INI_DIR/php.ini"
###########################################################################
# Tune opts:
###########################################################################