Explorar o código

testing new first run

ttreasure hai 7 meses
pai
achega
b0018ffb84
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      .devcontainer/first-start.sh

+ 0 - 1
.devcontainer/first-start.sh

@@ -4,7 +4,6 @@ if [ ! -f ./.devcontainer/first-start.flag ]; then
     npm install && \
     composer install && \
     cd /var/www/html && \
-    chown -R www-data:www-data /var/www/html && \
     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 {} \; && \