Improve devcontainer experience by linking sample config as real config

This commit is contained in:
rugk 2024-10-16 21:40:17 +00:00
parent 702831ea38
commit ff3a9eea79

View file

@ -1,5 +1,6 @@
#!/bin/sh
ln -s ./conf.sample.php cfg/conf.php
composer install --no-dev --optimize-autoloader
sudo chmod a+x "$(pwd)" && sudo rm -rf /var/www/html && sudo ln -s "$(pwd)" /var/www/html
npm install --global nyc