Sfoglia il codice sorgente

testing new first run

ttreasure 7 mesi fa
parent
commit
2856a0c15d
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      .devcontainer/first-start.sh

+ 2 - 2
.devcontainer/first-start.sh

@@ -6,7 +6,7 @@ if [ ! -f ./.devcontainer/first-start.flag ]; then
     chmod -R 775 /var/www/html/storage /var/www/html/bootstrap/cache && \
     find /var/www/html -type f -exec chmod 644 {} \; && \
     find /var/www/html -type d -exec chmod 755 {} \; && \
-    chmod -R 775 /var/www/html/storage/logs /var/www/html/storage/framework
-    php artisan migrate --force && php artisan db:seed
+    chmod -R 775 /var/www/html/storage/logs /var/www/html/storage/framework && \
+    php artisan migrate --force && php artisan db:seed && \
     touch ./.devcontainer/first-start.flag
 fi