Updated all dependencies and prepared for PHP 8
This commit is contained in:
@@ -19,12 +19,8 @@ echo "<?php return array(" \
|
||||
" 'agws.data_cache' => 'file', " \
|
||||
" 'log.target' => 'errorlog', " \
|
||||
" 'log.level' => Monolog\Logger::INFO, " \
|
||||
" ); " > /var/www/app/config.php
|
||||
" ); " > config.php
|
||||
|
||||
# Make cache folder
|
||||
mkdir /var/www/app/cache
|
||||
chown lighttpd:lighttpd /var/www/app/cache
|
||||
|
||||
# Run start script from parent container
|
||||
|
||||
sh /tmp/start.sh
|
||||
mkdir cache
|
||||
chown www-data:www-data cache
|
||||
|
||||
Reference in New Issue
Block a user