WIP tests on Docker
[plcapi.git] / tests / ci / docker / entrypoint.sh
index 2642cc0..658d8e3 100644 (file)
@@ -44,9 +44,10 @@ fi
 
 echo "[$(date)] Fixing apache configuration..."
 
-# @todo set as well APACHE_RUN_USER and/or APACHE_RUN_GROUP ?
 sed -e "s?^export TESTS_ROOT_DIR=.*?export TESTS_ROOT_DIR=${TESTS_ROOT_DIR}?g" --in-place /etc/apache2/envvars
 
+# @todo set as well php-fpm user/group ?
+
 echo "[$(date)] Running Composer..."
 
 sudo test -c "cd /home/test && composer install"