mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-02 22:46:16 +00:00
fix docker ssh issue by downgrading phpseclib
This commit is contained in:
@ -50,9 +50,6 @@ if [ ! -f "$INIT_FLAG" ]; then
|
||||
# create sqlite database
|
||||
touch /var/www/html/storage/database.sqlite
|
||||
|
||||
# install default plugins
|
||||
php /var/www/html/artisan plugins:install https://github.com/vitodeploy/laravel-octane-plugin
|
||||
|
||||
# create the flag file to indicate completion of initialization tasks
|
||||
touch "$INIT_FLAG"
|
||||
fi
|
||||
|
Reference in New Issue
Block a user