Update .devcontainer/postCreateCommand.sh

Co-authored-by: rugk <rugk+git@posteo.de>
pull/1210/head
Joe Skeen 2023-12-08 15:31:45 -07:00 committed by GitHub
parent 7a5036d957
commit 10c6841f8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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