Update .devcontainer/postCreateCommand.sh

Co-authored-by: rugk <rugk+git@posteo.de>
This commit is contained in:
Joe Skeen
2023-12-08 15:31:45 -07:00
committed by GitHub
parent 7a5036d957
commit 10c6841f8a

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
composer install --no-dev --optimize-autoloader
sudo chmod a+x "$(pwd)" && sudo rm -rf /var/www/html && sudo ln -s "$(pwd)" /var/www/html