Add dockerfile for local development

This commit is contained in:
2021-08-11 22:28:48 +02:00
parent 06bfa81d6e
commit e1686cd8c5
4 changed files with 41 additions and 2 deletions

2
dev.sh
View File

@@ -22,4 +22,4 @@ if test ! -d vendor; then
ln -s ../vendor/simplesamlphp/simplesamlphp/www/ www/simplesaml
fi
php -S [::1]:1080 -d error_reporting=E_ALL -d display_errors=1 -t www/
php -S ${DOCKER_HOST:-[::1]}:${DOCKER_PORT:-1080} -d error_reporting=E_ALL -d display_errors=1 -t www/