stanley-king 3 년 전
부모
커밋
4f43774675
1개의 변경된 파일2개의 추가작업 그리고 3개의 파일을 삭제
  1. 2 3
      docker/compose/xyz/conf/php/vender-init

+ 2 - 3
docker/compose/xyz/conf/php/vender-init

@@ -1,4 +1,3 @@
 #!/bin/sh
-#cd /var/www/html
-echo 'hello world'
-#composer require phpoffice/phpspreadsheet
+cd /var/www/html
+composer require phpoffice/phpspreadsheet