Преглед на файлове

Improve devcontainer experience by linking sample config as real config

rugk преди 1 година
родител
ревизия
ff3a9eea79
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      .devcontainer/postCreateCommand.sh

+ 1 - 0
.devcontainer/postCreateCommand.sh

@@ -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