소스 검색

testing new first run

ttreasure 7 달 전
부모
커밋
d90f5b5907
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .devcontainer/first-start.sh

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

@@ -1,9 +1,9 @@
 if [ ! -f ./.devcontainer/first-start.flag ]; then
     echo "Running first-start commands..." && \
     # Add your one-time commands here
+     cd /var/www/html && \
     npm install && \
     composer install && \
-    cd /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 {} \; && \