Dont run server as root
This commit is contained in:
parent
980f57e808
commit
2f23158c1b
@ -20,4 +20,4 @@ while [ ! -e bootstrap/cache/config.php -o -e .migrate ]; do
|
||||
done
|
||||
echo "* Ready to start server"
|
||||
|
||||
exec ./artisan server:start
|
||||
exec su www-data -s /bin/sh -c "./artisan server:start"
|
||||
|
Loading…
Reference in New Issue
Block a user